home-manager: useGlobalPkgs

This commit is contained in:
cy 2025-03-17 23:52:34 -04:00
parent f0add8c95f
commit cdbf8e56d7
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -176,6 +176,7 @@
modules = [ modules = [
{ {
nixpkgs = { inherit pkgs; }; nixpkgs = { inherit pkgs; };
home-manager.useGlobalPkgs = true;
} }
./hosts/ytnix ./hosts/ytnix
./modules ./modules
@ -190,6 +191,7 @@
modules = [ modules = [
{ {
nixpkgs = { inherit pkgs; }; nixpkgs = { inherit pkgs; };
home-manager.useGlobalPkgs = true;
} }
./hosts/chunk ./hosts/chunk
./modules ./modules