Remove nushell

This commit is contained in:
2023-04-01 15:36:53 +01:00
parent 479e5f94a9
commit a8abdfde89
3 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
home = "/home/${userName}"; home = "/home/${userName}";
initialPassword = "password"; initialPassword = "password";
extraGroups = ["wheel" "networkmanager" "docker" "video" "syncthing"]; extraGroups = ["wheel" "networkmanager" "docker" "video" "syncthing"];
shell = pkgs.nushell; shell = pkgs.zsh;
}; };
defaultUser = "daniel"; defaultUser = "daniel";
@@ -69,7 +69,6 @@ in {
htop htop
helix helix
nnn nnn
nushell
ripgrep ripgrep
wget wget
zsh zsh

View File

@@ -4,6 +4,5 @@
./helix ./helix
./kitty ./kitty
./neovim ./neovim
./nushell
]; ];
} }

View File

@@ -159,7 +159,7 @@ in {
}; };
}; };
starship.enable = false; starship.enable = true;
vscode.enable = true; vscode.enable = true;