Not ready yet

This commit is contained in:
Florian RICHER 2024-05-27 19:45:09 +02:00
parent cc46a03e64
commit be2affebef
2 changed files with 1 additions and 8 deletions

View file

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

View file

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