stockholm/makefu/2configs/fetchWallpaper.nix

16 lines
258 B
Nix

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