From b13a75f429b02a67644e3250f767a5c7464373f3 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 12 Sep 2024 10:01:01 -0500 Subject: [PATCH] anyrun: fix build Signed-off-by: Myned --- options/custom/programs/anyrun.nix | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/options/custom/programs/anyrun.nix b/options/custom/programs/anyrun.nix index da9c873..e35d3a1 100644 --- a/options/custom/programs/anyrun.nix +++ b/options/custom/programs/anyrun.nix @@ -5,17 +5,13 @@ pkgs, ... }: - -with lib; - -let +with lib; let cfg = config.custom.programs.anyrun; -in -{ - options.custom.programs.anyrun.enable = mkOption { default = false; }; +in { + options.custom.programs.anyrun.enable = mkOption {default = false;}; config.home-manager.users.${config.custom.username} = mkIf cfg.enable { - imports = [ inputs.anyrun.home-managerModules.default ]; + imports = [inputs.anyrun.homeManagerModules.default]; # https://github.com/Kirottu/anyrun programs.anyrun = { @@ -27,8 +23,7 @@ in applications dictionary #// kidex # File search - #// randr # Hyprland only\{ - + #// randr # Hyprland only rink # Calculator shell #// stdin # Entries from input, aka dmenu