home: add wayland-pipewire-idle-inhibit service

This commit is contained in:
Asmir A 2025-02-04 12:53:49 +01:00
parent 466ab42ee8
commit 9f1d4c2bfe
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -315,19 +315,17 @@ in
systemd.user = {
services = {
/*
himalaya = {
Unit.Description = "Himalaya new messages notifier";
wayland-pipewire-idle-inhibit = {
Unit.Description = "inhibit sleep while audio output is active";
Service = {
ExecStart = "himalaya notify";
ExecStart = "${lib.getExe pkgs.wayland-pipewire-idle-inhibit}";
Restart = "always";
RestartSec = 10;
};
Install = {
WantedBy = [ "multi-user.target" ];
WantedBy = [ "graphical-session.target" ];
};
};
*/
};
};
}