summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/fetchWallpaper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/fetchWallpaper.nix')
-rw-r--r--makefu/2configs/fetchWallpaper.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/makefu/2configs/fetchWallpaper.nix b/makefu/2configs/fetchWallpaper.nix
deleted file mode 100644
index f63417e8..00000000
--- a/makefu/2configs/fetchWallpaper.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- krebs.fetchWallpaper = {
- enable = true;
- display = ":0.0";
- unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
- timerConfig = {
- OnCalendar = "*:0/30";
- };
- url = "http://prism.r/realwallpaper-krebs.png";
- };
-
-}
-