Add home.nix to hosts

This commit is contained in:
NullBite 2024-01-01 13:08:53 -05:00
parent 4656bc4913
commit 41e9233163
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -40,6 +40,9 @@
./system/fragments/opengl.nix
./system/gaming.nix
./system/hyprland.nix
hmModule (hmModuleDefaults // {
home-manager.users."${username}" = import ./hosts/slab/home.nix;
})
];
};
nullbox = lib.nixosSystem {
@ -52,7 +55,7 @@
./system/gaming.nix
hmModule (hmModuleDefaults // {
home-manager.users."${username}" = import ./home.nix;
home-manager.users."${username}" = import ./hosts/nullbox/home.nix;
})
];