commit 9a6aa0b5d2e882081f21c2e1078afc021ec46c9d
parent 3c01f49a1e3a7c7757e54d1e962b59fc2b35714e
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 27 Mar 2025 16:28:52 +0100
parent 3c01f49a1e3a7c7757e54d1e962b59fc2b35714e
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 27 Mar 2025 16:28:52 +0100
configurations/common/common: set `fish` as default-shell
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/configurations/common/common.nix b/configurations/common/common.nix @@ -34,7 +34,7 @@ in { }; } - ctucxConfig.homeManager.programs.zsh + ctucxConfig.homeManager.programs.fish ctucxConfig.homeManager.programs.starship ctucxConfig.homeManager.programs.mcfly ctucxConfig.homeManager.programs.zoxide @@ -54,10 +54,11 @@ in { ]; }; - programs.zsh.enable = true; - users.defaultUserShell = pkgs.zsh; + # programs.zsh.enable = true; + programs.fish.enable = true; + users.defaultUserShell = pkgs.fish; - environment.pathsToLink = [ "/share/zsh" ]; + # environment.pathsToLink = [ "/share/zsh" ]; environment.systemPackages = with pkgs; [ alacritty.terminfo ghostty.terminfo