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;};
|
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.homeManagerModules.default];
|
imports = [inputs.anyrun.home-managerModules.default];
|
||||||
|
|
||||||
# https://github.com/Kirottu/anyrun
|
# https://github.com/Kirottu/anyrun
|
||||||
programs.anyrun = {
|
programs.anyrun = {
|
||||||
|
@ -23,7 +23,8 @@ 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,6 +211,7 @@ 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