Migrate from zsh to fish

This commit is contained in:
2024-03-18 17:04:37 +01:00
parent fdd53faa62
commit b35c87b4d6
7 changed files with 112 additions and 7 deletions

View File

@ -25,7 +25,8 @@ config, ... }: {
modules = {
shell = {
zsh.enable = true;
# zsh.enable = true;
fish.enable = true;
direnv.enable = true;
};
topgrade.enable = true;