stockholm/lass/2configs/fetchWallpaper.nix
2018-11-27 01:01:16 +01:00

13 lines
190 B
Nix

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