refactor: clean up packages
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user