diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 20:54:41 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 20:54:41 +0200 |
| commit | f2aa056b9938ec592c6cbceb7a887adcd33ae786 (patch) | |
| tree | 4f272062c4af56d73eb636fe9256b8bc73130254 /modules/by-name/fi | |
| parent | modules/lf: Also setup the fish integration (diff) | |
| download | nixos-config-f2aa056b9938ec592c6cbceb7a887adcd33ae786.zip | |
modules/{users,fish,zsh}: Set-up fish as default shell for soispha
Diffstat (limited to 'modules/by-name/fi')
| -rw-r--r-- | modules/by-name/fi/fish/module.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/fi/fish/module.nix b/modules/by-name/fi/fish/module.nix index 42746c5c..d3ec97df 100644 --- a/modules/by-name/fi/fish/module.nix +++ b/modules/by-name/fi/fish/module.nix @@ -40,6 +40,9 @@ in { }; config = lib.mkIf cfg.enable { + # Ensure that the default shell of the user is actually enabled. + programs.fish.enable = true; + home-manager.users.soispha = { home.sessionPath = lib.mkForce []; |
