remove useless variable
parent
74054316b1
commit
6e3e2f134d
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue