This commit is contained in:
iFargle 2023-08-14 20:34:57 +09:00
parent 410a6bb087
commit e384745970

View file

@ -93,7 +93,7 @@
home-manager.useUserPackages = true;
home-manager.users.albert.imports = [
({ config, ... }: import ./users/albert/home.nix {
inherit config pkgs hostname hyprland;
inherit config pkgs hostname;
})
];
home-manager.users.root.imports = [
@ -105,6 +105,13 @@
nur.overlay
];
}
# Import hyprland configs for home manager
homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration {
modules = [
hyprland.homeManagerModules.default
];
};
]; # modules
}; # lib.nixosSystem - ${hostname}
}; # nixosConfiguration