a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 181 B view raw
1{ 2 pkgs, 3 lib, 4 config, 5 ... 6}: 7let 8 inherit (lib) mkForce; 9in 10{ 11 system.stateVersion = "25.11"; 12 programs.ssh.startAgent = true; 13 14 nixpkgs.hostPlatform = "x86_64-linux"; 15}