inputs: prefer nixpkgs packages
This commit is contained in:
parent
c2127e0047
commit
37a5bfee0f
4 changed files with 5 additions and 1 deletions
|
|
@ -57,6 +57,7 @@
|
|||
config = lib.mkIf config.mods.anyrun.enable (
|
||||
lib.optionalAttrs (options ? home.packages) {
|
||||
programs.anyrun = lib.mkForce {
|
||||
package = pkgs.anyrun;
|
||||
enable = true;
|
||||
config =
|
||||
if config.mods.anyrun.useDefaultConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue