stockholm/lass/2configs/fetchWallpaper.nix
2017-04-18 21:14:55 +02:00

14 lines
212 B
Nix

{ config, pkgs, ... }:
let
in {
krebs.fetchWallpaper = {
enable = true;
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
url = "prism/realwallpaper-sat-krebs.png";
maxTime = 10;
};
}