Compare commits
1 commit
63c2953b90
...
ab94aed66e
Author | SHA1 | Date | |
---|---|---|---|
ab94aed66e |
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.snowhawk.playerctl;
|
cfg = config.snowhawk.playerctl;
|
||||||
|
sxhkdCfg = config.services.sxhkd;
|
||||||
|
|
||||||
keybindingsStr = lib.concatStringsSep "\n" (lib.mapAttrsToList
|
keybindingsStr = lib.concatStringsSep "\n" (lib.mapAttrsToList
|
||||||
(hotkey: command:
|
(hotkey: command:
|
||||||
|
@ -9,7 +10,7 @@ let
|
||||||
${hotkey}
|
${hotkey}
|
||||||
${command}
|
${command}
|
||||||
'')
|
'')
|
||||||
config.services.sxhkd.keybindings);
|
sxhkdCfg.keybindings);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.snowhawk.playerctl = {
|
options.snowhawk.playerctl = {
|
||||||
|
|
|
@ -19,7 +19,7 @@ in
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
playerctl.enable = false;
|
playerctl.enable = true;
|
||||||
};
|
};
|
||||||
snowhawk.ssh = {
|
snowhawk.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue