mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
home-manager: enable useUserPackages for version >= 20.09
This commit is contained in:
parent
468b036d1d
commit
e6c7adaca0
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ in
|
||||||
useUserPackages = mkEnableOption ''
|
useUserPackages = mkEnableOption ''
|
||||||
installation of user packages through the
|
installation of user packages through the
|
||||||
<option>environment.packages</option> option.
|
<option>environment.packages</option> option.
|
||||||
'';
|
'' // {
|
||||||
|
default = versionAtLeast config.system.stateVersion "20.09";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue