Fix timers.

This commit is contained in:
CronyAkatsuki 2024-03-05 19:45:33 +01:00
parent c47e858202
commit cca283c332

View File

@ -17,7 +17,6 @@
'' ''
); );
}; };
Install.WantedBy = [ "default.target" ];
}; };
}; };
systemd.user.timers = { systemd.user.timers = {
@ -46,7 +45,6 @@
'' ''
); );
}; };
Install.WantedBy = [ "default.target" ];
}; };
}; };
systemd.user.timers = { systemd.user.timers = {
@ -74,7 +72,6 @@
'' ''
); );
}; };
Install.WantedBy = [ "default.target" ];
}; };
}; };
systemd.user.timers = { systemd.user.timers = {