home/shell: add nushell
This commit is contained in:
parent
172b3592da
commit
0d866a35b0
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./fish.nix
|
||||
./starship.nix
|
||||
./zoxide.nix
|
||||
./nushell.nix
|
||||
];
|
||||
}
|
||||
|
|
9
home/terminal/shell/nushell.nix
Normal file
9
home/terminal/shell/nushell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.carapace = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue