Personal-use NixOS configuration
at main 13 lines 147 B view raw
1{ 2 flakeRoot, 3 ... 4}: 5 6{ 7 imports = [ 8 ./user.nix 9 10 (flakeRoot + /config/common/fish.nix) 11 (flakeRoot + /config/common/git.nix) 12 ]; 13}