move pkgs to host config

This commit is contained in:
2025-02-04 15:08:43 +01:00
parent 1e7e973472
commit c7aeaaef8d
6 changed files with 20 additions and 23 deletions

View File

@@ -45,7 +45,7 @@
home-manager.backupFileExtension = "backup";
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${host.username} = import ./home.nix { inherit host; };
home-manager.users.${host.username} = import ./home/home.nix { inherit host; };
}
];
};