home: add wayland-pipewire-idle-inhibit service
This commit is contained in:
parent
466ab42ee8
commit
9f1d4c2bfe
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user