stockholm/makefu/2configs/fetchWallpaper.nix
2016-08-02 11:49:39 +02:00

16 lines
260 B
Nix

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