not far till perfection
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
programs.light.enable = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
# programs.nushell.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.n = {
|
||||
@@ -115,7 +116,7 @@
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "adbusers" ];
|
||||
packages = with pkgs; [
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user