remove useless variable
This commit is contained in:
parent
74054316b1
commit
6e3e2f134d
1 changed files with 1 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue