2015-12-13 12:52:15 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
2016-02-11 10:04:19 +00:00
|
|
|
{
|
2015-12-13 12:52:15 +00:00
|
|
|
krebs.fetchWallpaper = {
|
|
|
|
enable = true;
|
2016-08-02 09:49:24 +00:00
|
|
|
display = ":0.0";
|
2016-02-11 10:04:19 +00:00
|
|
|
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
|
2015-12-13 12:52:15 +00:00
|
|
|
timerConfig = {
|
|
|
|
OnCalendar = "*:0/30";
|
|
|
|
};
|
2017-04-19 08:07:48 +00:00
|
|
|
url = "http://prism.r/realwallpaper-sat-krebs.png";
|
2015-12-13 12:52:15 +00:00
|
|
|
};
|
2016-02-11 10:04:19 +00:00
|
|
|
|
2015-12-13 12:52:15 +00:00
|
|
|
}
|
|
|
|
|