feat: change some misc stuff and trim filetree

This commit is contained in:
Zhongheng Liu 2024-12-08 13:54:37 +02:00
commit 2262b4c1ff
Signed by: steven
GPG key ID: 805A28B071DAD84B
8 changed files with 13 additions and 26 deletions

View file

@ -23,9 +23,9 @@ in
config = {
myShells = {
zsh.enable = false;
fish.enable = false;
nushell.enable = true;
defaultShell = "${config.programs.nushell.package}/bin/nu";
fish.enable = true;
#nushell.enable = true;
defaultShell = "${config.programs.fish.package}/bin/fish";
prompts.starship.enable = true;
};
};