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