Add home.nix to hosts
This commit is contained in:
parent
4656bc4913
commit
41e9233163
@ -40,6 +40,9 @@
|
|||||||
./system/fragments/opengl.nix
|
./system/fragments/opengl.nix
|
||||||
./system/gaming.nix
|
./system/gaming.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
|
hmModule (hmModuleDefaults // {
|
||||||
|
home-manager.users."${username}" = import ./hosts/slab/home.nix;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nullbox = lib.nixosSystem {
|
nullbox = lib.nixosSystem {
|
||||||
@ -52,7 +55,7 @@
|
|||||||
./system/gaming.nix
|
./system/gaming.nix
|
||||||
|
|
||||||
hmModule (hmModuleDefaults // {
|
hmModule (hmModuleDefaults // {
|
||||||
home-manager.users."${username}" = import ./home.nix;
|
home-manager.users."${username}" = import ./hosts/nullbox/home.nix;
|
||||||
})
|
})
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user