summaryrefslogtreecommitdiffstats
path: root/lass/2configs/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/zsh.nix')
-rw-r--r--lass/2configs/zsh.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/lass/2configs/zsh.nix b/lass/2configs/zsh.nix
index f2c32ba2..add30fbf 100644
--- a/lass/2configs/zsh.nix
+++ b/lass/2configs/zsh.nix
@@ -136,6 +136,5 @@
};
environment.shellAliases.ns = "nix-shell --command zsh";
- users.users.mainUser.shell = "/run/current-system/sw/bin/zsh";
- users.users.root.shell = "/run/current-system/sw/bin/zsh";
+ users.defaultUserShell = "/run/current-system/sw/bin/zsh";
}