home/shell: add nushell

This commit is contained in:
Anthony Rodriguez 2024-10-06 23:20:11 +02:00
parent 172b3592da
commit 0d866a35b0
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ {
imports = [ imports = [
./fish.nix
./starship.nix ./starship.nix
./zoxide.nix ./zoxide.nix
./nushell.nix
]; ];
} }

View file

@ -0,0 +1,9 @@
{
programs.nushell = {
enable = true;
};
programs.carapace = {
enable = true;
};
}