Remove nushell
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,6 +4,5 @@
|
||||
./helix
|
||||
./kitty
|
||||
./neovim
|
||||
./nushell
|
||||
];
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
starship.enable = false;
|
||||
starship.enable = true;
|
||||
|
||||
vscode.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user