stockholm/lass/2configs/fetchWallpaper.nix

14 lines
208 B
Nix

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