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}";
initialPassword = "password";
extraGroups = ["wheel" "networkmanager" "docker" "video" "syncthing"];
shell = pkgs.nushell;
shell = pkgs.zsh;
};
defaultUser = "daniel";
@@ -69,7 +69,6 @@ in {
htop
helix
nnn
nushell
ripgrep
wget
zsh

View File

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

View File

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