Change from fish to zsh with p10k

This commit is contained in:
Frankie B 2023-07-11 21:50:57 +01:00
commit 70dd415c8e
No known key found for this signature in database
3 changed files with 36 additions and 9 deletions

View file

@ -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.