We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a891a4c commit 95322deCopy full SHA for 95322de
2 files changed
modules/home-manager/nix-on-droid.nix
@@ -7,7 +7,6 @@
7
home-manager = {
8
useGlobalPkgs = true;
9
useUserPackages = true;
10
- extraSpecialArgs.hasGlobalPkgs = true;
11
config = {
12
home.stateVersion = args.config.system.stateVersion;
13
imports = [ config.flake.modules.homeManager.base ];
modules/home-manager/nixos.nix
@@ -10,7 +10,6 @@
14
# https://github.com/nix-community/home-manager/issues/6770
15
#useUserPackages = true;
16
0 commit comments