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 = { systemd.user = {
services = { services = {
/* wayland-pipewire-idle-inhibit = {
himalaya = { Unit.Description = "inhibit sleep while audio output is active";
Unit.Description = "Himalaya new messages notifier";
Service = { Service = {
ExecStart = "himalaya notify"; ExecStart = "${lib.getExe pkgs.wayland-pipewire-idle-inhibit}";
Restart = "always"; Restart = "always";
RestartSec = 10; RestartSec = 10;
}; };
Install = { Install = {
WantedBy = [ "multi-user.target" ]; WantedBy = [ "graphical-session.target" ];
}; };
}; };
*/
}; };
}; };
} }