refactor: clean up packages

This commit is contained in:
2026-02-02 14:29:22 +01:00
parent eb54ade226
commit 9d22c210e3
2 changed files with 11 additions and 9 deletions

View File

@@ -75,9 +75,15 @@ in
kubecolor.enable = true;
};
home.packages = import ./packages.nix {
inherit inputs;
inherit config;
inherit pkgs;
};
home.packages =
import ./packages.nix {
inherit inputs;
inherit config;
inherit pkgs;
}
++ import ../packages.nix {
inherit inputs;
inherit config;
inherit pkgs;
};
}