diff options
Diffstat (limited to 'users/root.nix')
-rw-r--r-- | users/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/root.nix b/users/root.nix index 24a5ae94..be331141 100644 --- a/users/root.nix +++ b/users/root.nix | |||
@@ -3,7 +3,7 @@ let | |||
3 | haveGKleen = flake.nixosModules.accounts ? "gkleen@${hostName}"; | 3 | haveGKleen = flake.nixosModules.accounts ? "gkleen@${hostName}"; |
4 | in { | 4 | in { |
5 | imports = with flake.nixosModules.userProfiles.${userName}; [ | 5 | imports = with flake.nixosModules.userProfiles.${userName}; [ |
6 | zsh tmux utils | 6 | zsh tmux direnv utils |
7 | ]; | 7 | ]; |
8 | 8 | ||
9 | users.users.${userName} = lib.mkIf haveGKleen { | 9 | users.users.${userName} = lib.mkIf haveGKleen { |