stockholm/makefu/2configs/fetchWallpaper.nix

16 lines
270 B
Nix
Raw Normal View History

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