This commit is contained in:
Tristan 2023-05-03 16:11:50 +01:00
parent 3c20b72515
commit 5140dec6bc
6 changed files with 64 additions and 26 deletions

View file

@ -19,8 +19,8 @@ nixpkgs.lib.nixosSystem rec {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${user}.imports = [
../system/global/home.nix
../system/${name}/home.nix
../system/global/home.nix
hyprland.homeManagerModules.default
];
}