Some changes including nushell
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
home = "/home/${userName}";
|
||||
initialPassword = "password";
|
||||
extraGroups = ["wheel" "networkmanager" "docker" "video" "syncthing"];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
defaultUser = "daniel";
|
||||
@@ -57,6 +57,7 @@ in {
|
||||
htop
|
||||
helix
|
||||
nnn
|
||||
nushell
|
||||
ripgrep
|
||||
wget
|
||||
zsh
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
./hardware-configuration.nix
|
||||
../common
|
||||
../common/graphical
|
||||
|
||||
(import ../../modules).dingbox
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
|
||||
Reference in New Issue
Block a user