Compare commits
3 Commits
ab94aed66e
...
63c2953b90
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | 63c2953b90 | |
Zynh Ludwig | 83edf5666d | |
Zynh Ludwig | 6e3e2f134d |
|
@ -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 = {
|
||||
|
@ -24,7 +23,6 @@ in
|
|||
playerctl
|
||||
];
|
||||
|
||||
|
||||
systemd.user.services.sxhkd = {
|
||||
Unit = {
|
||||
Description = "sxhkd service";
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
lazygit.enable = true;
|
||||
dunst.enable = true;
|
||||
sops.enable = true;
|
||||
playerctl.enable = true;
|
||||
playerctl.enable = false;
|
||||
};
|
||||
snowhawk.ssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue