diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-11 21:50:57 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-11 21:50:57 +0100 |
commit | 70dd415c8e053721186ee1834a4abda0770405bc (patch) | |
tree | dae2a51f1043ee606bb77353f630947ac986096a /hosts/nixpad | |
parent | ab73790c6dd54d62724949dd85644e7e9e2d3f9c (diff) |
Change from fish to zsh with p10k
Diffstat (limited to 'hosts/nixpad')
-rw-r--r-- | hosts/nixpad/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix index d24216b..115c941 100644 --- a/hosts/nixpad/configuration.nix +++ b/hosts/nixpad/configuration.nix @@ -99,7 +99,7 @@ teams ]; initialPassword = "changeme"; - shell = pkgs.fish; + shell = pkgs.zsh; }; # Allow unfree packages @@ -122,7 +122,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. |