stockholm/lass/2configs/fetchWallpaper.nix
2016-06-13 22:58:00 +02:00

13 lines
180 B
Nix

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