not far till perfection

This commit is contained in:
Nico
2024-11-25 21:31:03 +01:00
parent 740c47e610
commit 5c0f2c0209
14 changed files with 1008 additions and 10 deletions

View File

@@ -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;
};