mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: sleep for conky
This commit is contained in:
parent
4ee59b9448
commit
db0f9bef6d
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
Service = {
|
||||
Restart = "always";
|
||||
RestartSec = "3";
|
||||
ExecStartPre = "${pkgs.coreutils}/bin/sleep 5";
|
||||
ExecStart = toString ([ "${pkgs.conky}/bin/conky"]);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue