feat: add nushell integration config
This commit is contained in:
parent
03a2702281
commit
583cdd7b00
4 changed files with 46 additions and 2 deletions
|
@ -10,6 +10,7 @@ in
|
|||
imports = [
|
||||
./zsh.nix
|
||||
./fish
|
||||
./nushell
|
||||
./zoxide.nix
|
||||
./direnv.nix
|
||||
./starship
|
||||
|
@ -22,8 +23,9 @@ in
|
|||
config = {
|
||||
myShells = {
|
||||
zsh.enable = false;
|
||||
fish.enable = true;
|
||||
defaultShell = "fish";
|
||||
fish.enable = false;
|
||||
nushell.enable = true;
|
||||
defaultShell = "${config.programs.nushell.package}/bin/nu";
|
||||
prompts.starship.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue