l fetchWallpaper: use stars version

This commit is contained in:
lassulus 2021-05-02 17:48:27 +02:00
parent 19a03764b5
commit fd3dff19ed

View File

@ -5,8 +5,7 @@ let
in { in {
krebs.fetchWallpaper = { krebs.fetchWallpaper = {
enable = true; enable = true;
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid"; url = "prism/realwallpaper-krebs-stars.png";
url = "prism/realwallpaper-krebs.png";
}; };
} }