home-manager: useGlobalPkgs
This commit is contained in:
parent
f0add8c95f
commit
cdbf8e56d7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue