Compare commits
2 commits
12bfcb90a4
...
6f91106dc7
Author | SHA1 | Date | |
---|---|---|---|
6f91106dc7 | |||
b64409af72 |
2 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@ in {
|
||||||
options.custom.programs.anyrun.enable = mkOption {default = false;};
|
options.custom.programs.anyrun.enable = mkOption {default = false;};
|
||||||
|
|
||||||
config.home-manager.users.${config.custom.username} = mkIf cfg.enable {
|
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
|
# https://github.com/Kirottu/anyrun
|
||||||
programs.anyrun = {
|
programs.anyrun = {
|
||||||
|
@ -23,8 +23,7 @@ in {
|
||||||
applications
|
applications
|
||||||
dictionary
|
dictionary
|
||||||
#// kidex # File search
|
#// kidex # File search
|
||||||
#// randr # Hyprland only\{
|
#// randr # Hyprland only
|
||||||
|
|
||||||
rink # Calculator
|
rink # Calculator
|
||||||
shell
|
shell
|
||||||
#// stdin # Entries from input, aka dmenu
|
#// stdin # Entries from input, aka dmenu
|
||||||
|
|
|
@ -211,7 +211,6 @@ in {
|
||||||
"--fahrenheit"
|
"--fahrenheit"
|
||||||
"--hide-conditions"
|
"--hide-conditions"
|
||||||
"--main-indicator temp_F"
|
"--main-indicator temp_F"
|
||||||
"--location 'Cedar Falls Iowa'"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue