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