Personal-use NixOS configuration
at main 13 lines 161 B view raw
1{ flakeRoot, ... }: 2 3{ 4 imports = [ 5 (flakeRoot + /config/desktop/home-manager.nix) 6 7 ./encode42.nix 8 ]; 9 10 users.groups.media = { 11 gid = 442; 12 }; 13}