This commit is contained in:
2025-04-20 12:23:23 +08:00
parent 0969bda808
commit 31e39ec367

View File

@@ -19,7 +19,6 @@ in
./hardware-configuration.nix
"${self}/modules/nixos/core.nix"
"${self}/modules/nixos/user-group.nix"
"${self}/modules/nixos/hyprland.nix"
"${self}/modules/nixos/tmpsys.nix"
home-manager.nixosModules.home-manager
@@ -27,7 +26,7 @@ in
# home-manager.useGlobalPkgs = true;
# home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {
inherit inputs outputs hostname username hyprland sysversion;
inherit inputs outputs hostname username useremail hyprland sysversion;
};
home-manager.users."${username}" = import ../../home/desktop.nix;
}