Personal-use NixOS configuration
at main 10 lines 80 B view raw
1{ 2 flakeRoot, 3 ... 4}: 5 6{ 7 imports = [ 8 (flakeRoot + /users/career) 9 ]; 10}