l 2 xresources: try until success

This commit is contained in:
lassulus 2017-02-23 16:33:00 +01:00
parent 4aee8108bd
commit 20be651e7a

View File

@ -49,6 +49,7 @@ in {
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.xorg.xrdb}/bin/xrdb -merge ${xresources}";
Restart = "on-failure";
};
};
}