adding sxhkd

enabling xsession
This commit is contained in:
Zynh Ludwig 2024-07-10 18:12:53 -07:00
parent 8be0b36449
commit 64fcb9909d

View file

@ -10,9 +10,14 @@ in
config = lib.mkIf cfg.enable {
services.playerctld.enable = true;
xsession.enable = true;
home.packages = with pkgs; [
playerctl
];
services.sxhkd = {
enable = true;
};
};
}