fix: default to using global pkgs
This commit is contained in:
parent
363035500d
commit
6f2e2819df
1 changed files with 4 additions and 0 deletions
|
|
@ -333,6 +333,10 @@ in
|
||||||
|
|
||||||
# sharedModules = other-modules ++ optional config.snowfallorg.user.${user-name}.home.enable wrapped-user-module;
|
# sharedModules = other-modules ++ optional config.snowfallorg.user.${user-name}.home.enable wrapped-user-module;
|
||||||
sharedModules = other-modules ++ optional config.snowfallorg.user.${user-name}.home.enable user-module;
|
sharedModules = other-modules ++ optional config.snowfallorg.user.${user-name}.home.enable user-module;
|
||||||
|
|
||||||
|
# NOTE: Without this home-manager will instead create its own package set which won't contain the same config and
|
||||||
|
# user-defined packages/overlays as the flake's nixpkgs channel.
|
||||||
|
useGlobalPkgs = mkDefault true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue