From ba7b8d6b85594981c9dcca0448d549cd4e313b8b Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 20 Jan 2025 18:42:12 +0100 Subject: common/fish: switch to fish by default instead of zsh --- common/commandline/fish.nix | 2 ++ common/commandline/zsh.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/commandline/fish.nix b/common/commandline/fish.nix index 6e67865..dabe819 100644 --- a/common/commandline/fish.nix +++ b/common/commandline/fish.nix @@ -59,6 +59,8 @@ }; }; + users.defaultUserShell = pkgs.fish; + environment.systemPackages = [ pkgs.fishPlugins.fish-bd pkgs.fishPlugins.grc diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index 8f818dc..79e14c1 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix @@ -57,8 +57,6 @@ in ]; }; - users.defaultUserShell = pkgs.zsh; - home-manager.sharedModules = [ ( { config, ... }: -- cgit v1.2.3