stockholm/lass/2configs/fetchWallpaper.nix

13 lines
190 B
Nix
Raw Normal View History

2015-12-12 17:27:17 +00:00
{ config, pkgs, ... }:
let
in {
krebs.fetchWallpaper = {
2015-12-12 17:27:17 +00:00
enable = true;
2016-06-13 20:58:00 +00:00
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
url = "prism/realwallpaper-krebs.png";
2015-12-12 17:27:17 +00:00
};
}