aspi: use fish instead of zsh

This commit is contained in:
Julian Mutter 2024-04-09 11:30:53 +02:00
parent e9f2fcc3bf
commit c8861a613b

View File

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