diff --git a/home/modules/playerctl.nix b/home/modules/playerctl.nix index 7bba365..9c72b1c 100644 --- a/home/modules/playerctl.nix +++ b/home/modules/playerctl.nix @@ -2,7 +2,6 @@ let cfg = config.snowhawk.playerctl; - sxhkdCfg = config.services.sxhkd; keybindingsStr = lib.concatStringsSep "\n" (lib.mapAttrsToList (hotkey: command: @@ -10,7 +9,7 @@ let ${hotkey} ${command} '') - sxhkdCfg.keybindings); + config.services.sxhkd.keybindings); in { options.snowhawk.playerctl = {