This commit is contained in:
2025-11-13 20:05:06 +00:00
parent 49c4cbb245
commit 44abfe8103
6 changed files with 99 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
{
pkgs,
constants,
inputs,
...
}: {
imports = [
@@ -29,7 +30,7 @@
programs.home-manager.enable = true;
home = {
packages = pkgs.callPackage ../packages.nix {};
packages = pkgs.callPackage ../packages.nix {inherit inputs;};
stateVersion = constants.stateVersions.homeManager;
};
}