Compare commits

..

1 commit

Author SHA1 Message Date
ab94aed66e cleaup: whitespace 2024-07-12 17:45:12 -07:00
2 changed files with 3 additions and 2 deletions

View file

@ -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 = {

View file

@ -19,7 +19,7 @@ in
lazygit.enable = true;
dunst.enable = true;
sops.enable = true;
playerctl.enable = false;
playerctl.enable = true;
};
snowhawk.ssh = {
enable = true;