anyrun: fix build
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
12bfcb90a4
commit
b64409af72
1 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@ 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 = {
|
||||
|
@ -23,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…
Add table
Reference in a new issue