From 8e0f7b4c6f69b10cb407ae18eb2a5058e5ea2d6c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 26 Jan 2025 14:38:45 +0100 Subject: enable fish shell explicilty for 0xa --- modules/basic-tools/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/basic-tools/default.nix') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 9408778..699de18 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -73,8 +73,7 @@ vim = "nvim"; grep = "grep --color=auto"; }; - users.defaultUserShell = (if config.networking.hostName == "toaster" then pkgs.fish else pkgs.zsh); - users.users.root.shell = pkgs.zsh; # keep root shell posix compatible + users.defaultUserShell = pkgs.zsh; # keep root shell posix compatible programs.iftop.enable = true; programs.mosh.enable = true; -- cgit v1.3.1