Add ben to realUsers, users.nix; key to keys.nix. zsh now default??

uhh paste contents of .profile into .zprofile I guess?
This commit is contained in:
2024-05-25 08:53:45 -05:00
committed by Ivan Malison
parent 77cf8d46a3
commit 94e7e738fb
3 changed files with 9 additions and 1 deletions

View File

@@ -98,7 +98,7 @@
inherit inputs machineNames;
makeEnable = (import ../make-enable.nix) nixpkgs.lib;
mapValueToKeys = keys: value: builtins.listToAttrs (map (name: { inherit name value; }) keys);
realUsers = [ "root" "imalison" "kat" "dean" "alex" ];
realUsers = [ "root" "imalison" "kat" "dean" "alex" "ben"];
forEachUser = mapValueToKeys realUsers;
} // specialArgs // (import ../keys.nix);
});