fix timer not starting on login

This commit is contained in:
Adithya 2024-04-26 10:20:45 +05:30
parent 4fd785edfd
commit 457ae25633
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -25,7 +25,7 @@ in
Description = "Change Wallpaper";
};
Install = {
WantedBy = [ "graphical-session.target" ];
WantedBy = [ "default.target" ];
};
Timer = {
OnStartupSec = "10min";