1
0
Fork 0

Fix kitty

This commit is contained in:
Malte Brandy 2021-07-09 01:43:59 +02:00
parent 4c9e1d882b
commit 0726cfd5c7

View file

@ -5,7 +5,7 @@
Unit.Description = "Routine maintenance"; Unit.Description = "Routine maintenance";
Service = { Service = {
Type = "oneshot"; Type = "oneshot";
ExecStart = "${pkgs.kitty}/bin/kitty ${config.home.profileDirectory}/bin/maintenance --only-on-update"; ExecStart = "${pkgs.kitty}/bin/kitty --hold ${config.home.profileDirectory}/bin/maintenance --only-on-update";
}; };
}; };
timers.maintenance = { timers.maintenance = {