anyrun: fix build
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
47e12fd9c9
commit
b13a75f429
1 changed files with 5 additions and 10 deletions
|
@ -5,17 +5,13 @@
|
|||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
with lib; let
|
||||
cfg = config.custom.programs.anyrun;
|
||||
in
|
||||
{
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue