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 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:
@ -10,7 +9,7 @@ let
${hotkey} ${hotkey}
${command} ${command}
'') '')
sxhkdCfg.keybindings); config.services.sxhkd.keybindings);
in in
{ {
options.snowhawk.playerctl = { options.snowhawk.playerctl = {