stockholm/makefu/2configs/fetchWallpaper.nix
2017-04-19 10:09:15 +02:00

16 lines
274 B
Nix

{ config, pkgs, ... }:
{
krebs.fetchWallpaper = {
enable = true;
display = ":0.0";
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
timerConfig = {
OnCalendar = "*:0/30";
};
url = "http://prism.r/realwallpaper-sat-krebs.png";
};
}