From 70dd415c8e053721186ee1834a4abda0770405bc Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 11 Jul 2023 21:50:57 +0100 Subject: Change from fish to zsh with p10k --- hosts/nixbox/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/nixbox/configuration.nix') diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index e66b634..d47d768 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -102,7 +102,7 @@ # thunderbird ]; initialPassword = "changeme"; - shell = pkgs.fish; + shell = pkgs.zsh; }; # Allow unfree packages @@ -139,7 +139,7 @@ jetbrains-mono ]; - programs.fish.enable = true; + programs.zsh.enable = true; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. -- cgit v1.2.3-54-g00ecf