refactor: pkgs

This commit is contained in:
2025-12-27 14:34:50 +08:00
parent e112f5f21d
commit 4ab322f08d
5 changed files with 25 additions and 40 deletions

View File

@@ -10,9 +10,7 @@
let
vars = import ../vars.nix;
pkgsModule = {
nixpkgs = pkgsParams // {
inherit (config.nixpkgs.hostPlatform) system;
};
nixpkgs = pkgsParams;
};
hmModule = {
home-manager = {