aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/zs/zsh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-23 20:54:41 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-23 20:54:41 +0200
commitf2aa056b9938ec592c6cbceb7a887adcd33ae786 (patch)
tree4f272062c4af56d73eb636fe9256b8bc73130254 /modules/by-name/zs/zsh
parentmodules/lf: Also setup the fish integration (diff)
downloadnixos-config-f2aa056b9938ec592c6cbceb7a887adcd33ae786.zip
modules/{users,fish,zsh}: Set-up fish as default shell for soispha
Diffstat (limited to '')
-rw-r--r--modules/by-name/zs/zsh/module.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/zs/zsh/module.nix b/modules/by-name/zs/zsh/module.nix
index fee2eae3..cd2e917f 100644
--- a/modules/by-name/zs/zsh/module.nix
+++ b/modules/by-name/zs/zsh/module.nix
@@ -42,6 +42,9 @@ in {
};
config = lib.mkIf cfg.enable {
+ # Ensure that the default shell of the user is actually enabled.
+ programs.zsh.enable = true;
+
environment.variables = {
ZDOTDIR = zDotDir;
};