1
0
Fork 0

Temp deactivate sleep-nag

This commit is contained in:
Malte Brandy 2021-12-03 01:13:50 +01:00
parent faa163ad5d
commit f10cbb31b2
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -30,9 +30,9 @@ let
'';
in
{
systemd.user.services.sleep-nag = {
Unit.Description = "Sleep nag";
Service.ExecStart = "${sleep-nag}/bin/sleep-nag";
Install.WantedBy = [ "graphical-session.target" ];
};
#systemd.user.services.sleep-nag = {
# Unit.Description = "Sleep nag";
# Service.ExecStart = "${sleep-nag}/bin/sleep-nag";
# Install.WantedBy = [ "graphical-session.target" ];
#};
}