Not ready yet
This commit is contained in:
parent
cc46a03e64
commit
be2affebef
2 changed files with 1 additions and 8 deletions
|
@ -37,7 +37,7 @@ in
|
|||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = inputs;
|
||||
home-manager.users = mapAttrs (name: userconfig: (import ./home.nix (inputs // { name = name; userconfig = userconfig; }))) cfg.users;
|
||||
home-manager.users = mapAttrs (name: userconfig: import ./home.nix) cfg.users;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -28,13 +28,6 @@
|
|||
nixd
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.florian = {
|
||||
isNormalUser = true;
|
||||
description = "florian";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
|
Loading…
Reference in a new issue