1
0
Fork 0

Reactivate sleep nag

This commit is contained in:
Malte Brandy 2021-12-07 08:00:30 +01:00
parent 4aaee3158e
commit 998135f57f
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" ];
};
}