feat: change some misc stuff and trim filetree
This commit is contained in:
parent
fbbe078673
commit
2262b4c1ff
8 changed files with 13 additions and 26 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue