This commit is contained in:
2025-08-16 10:47:01 -05:00
parent 7667ba34a2
commit ce719a8b50

View File

@@ -99,7 +99,7 @@
users = {
"nathan" = lib.mkMerge [
{
config.homeconfig = {
homeconfig = {
host = "laptop";
minimal = false;
hyprland.enable = true;
@@ -115,7 +115,11 @@
nh.enable = true;
};
}
inputs.nathan-home-manager
(inputs.nathan-home-manager {
config = config.home-manager.users."nathan";
sysconfig = config;
inherit lib pkgs;
})
];
};
};