move user config

This commit is contained in:
2024-12-29 14:24:38 +01:00
parent 7f2def19e8
commit 44ac3ac799
4 changed files with 37 additions and 31 deletions

View File

@ -22,19 +22,6 @@
};
# Define a user account. Don't forget to set a password with passwd.
users.users.max = {
isNormalUser = true;
description = "Max Känner";
extraGroups = ["networkmanager" "wheel" "libvirtd" "dialout"];
shell = pkgs.zsh;
};
home-manager = {
extraSpecialArgs = {inherit inputs;};
users = {
"max" = import ./home.nix;
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget