remove useless variable

main
Zynh Ludwig 2024-07-15 02:36:37 -07:00
parent 74054316b1
commit 6e3e2f134d
1 changed files with 1 additions and 2 deletions

View File

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