[NixOS] Add neovim for micah

This commit is contained in:
2023-12-21 16:01:34 -07:00
parent 6f1242b02c
commit a98b45590a
5 changed files with 13 additions and 5 deletions

View File

@@ -152,7 +152,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" "will" "mike" ];
realUsers = [ "root" "imalison" "kat" "dean" "alex" "will" "mike" "micah" ];
forEachUser = mapValueToKeys realUsers;
keys = (import ./keys.nix);
} // specialArgs;