test
This commit is contained in:
parent
410a6bb087
commit
e384745970
1 changed files with 8 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.albert.imports = [
|
home-manager.users.albert.imports = [
|
||||||
({ config, ... }: import ./users/albert/home.nix {
|
({ config, ... }: import ./users/albert/home.nix {
|
||||||
inherit config pkgs hostname hyprland;
|
inherit config pkgs hostname;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
home-manager.users.root.imports = [
|
home-manager.users.root.imports = [
|
||||||
|
@ -105,6 +105,13 @@
|
||||||
nur.overlay
|
nur.overlay
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Import hyprland configs for home manager
|
||||||
|
homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
modules = [
|
||||||
|
hyprland.homeManagerModules.default
|
||||||
|
];
|
||||||
|
};
|
||||||
]; # modules
|
]; # modules
|
||||||
}; # lib.nixosSystem - ${hostname}
|
}; # lib.nixosSystem - ${hostname}
|
||||||
}; # nixosConfiguration
|
}; # nixosConfiguration
|
||||||
|
|
Loading…
Reference in a new issue