Compare commits
No commits in common. "6f91106dc738eb48f7c82697b32d93e6667c82c7" and "12bfcb90a4de7da37504bbd3f064784708350321" have entirely different histories.
6f91106dc7
...
12bfcb90a4
2 changed files with 4 additions and 2 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.homeManagerModules.default];
|
||||
imports = [inputs.anyrun.home-managerModules.default];
|
||||
|
||||
# https://github.com/Kirottu/anyrun
|
||||
programs.anyrun = {
|
||||
|
@ -23,7 +23,8 @@ in {
|
|||
applications
|
||||
dictionary
|
||||
#// kidex # File search
|
||||
#// randr # Hyprland only
|
||||
#// randr # Hyprland only\{
|
||||
|
||||
rink # Calculator
|
||||
shell
|
||||
#// stdin # Entries from input, aka dmenu
|
||||
|
|
|
@ -211,6 +211,7 @@ in {
|
|||
"--fahrenheit"
|
||||
"--hide-conditions"
|
||||
"--main-indicator temp_F"
|
||||
"--location 'Cedar Falls Iowa'"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue