Compare commits

...

3 Commits

Author SHA1 Message Date
Zynh Ludwig 63c2953b90 disable playerctl 2024-07-15 02:36:38 -07:00
Zynh Ludwig 83edf5666d cleaup: whitespace 2024-07-15 02:36:38 -07:00
Zynh Ludwig 6e3e2f134d remove useless variable 2024-07-15 02:36:38 -07:00
2 changed files with 2 additions and 4 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 = {
@ -24,7 +23,6 @@ in
playerctl
];
systemd.user.services.sxhkd = {
Unit = {
Description = "sxhkd service";

View File

@ -19,7 +19,7 @@ in
lazygit.enable = true;
dunst.enable = true;
sops.enable = true;
playerctl.enable = true;
playerctl.enable = false;
};
snowhawk.ssh = {
enable = true;