summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/commandline/fish.nix2
-rw-r--r--common/commandline/zsh.nix2
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 @@
59 }; 59 };
60 }; 60 };
61 61
62 users.defaultUserShell = pkgs.fish;
63
62 environment.systemPackages = [ 64 environment.systemPackages = [
63 pkgs.fishPlugins.fish-bd 65 pkgs.fishPlugins.fish-bd
64 pkgs.fishPlugins.grc 66 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
57 ]; 57 ];
58 }; 58 };
59 59
60 users.defaultUserShell = pkgs.zsh;
61
62 home-manager.sharedModules = [ 60 home-manager.sharedModules = [
63 ( 61 (
64 { config, ... }: 62 { config, ... }: