From a2d1ab6f5335a13d59dc792d045d5aa3953af8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 16 Dec 2020 22:24:32 +0100 Subject: [PATCH] feat(wallpaper): use lassulus worldmap with astronomy --- configs/wallpaper.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/wallpaper.nix b/configs/wallpaper.nix index 0195b23..0e7a98f 100644 --- a/configs/wallpaper.nix +++ b/configs/wallpaper.nix @@ -28,13 +28,13 @@ in { krebs.fetchWallpaper = { enable = true; - unitConfig.ConditionPathExists = "!/var/run/ppp0.pid"; - url = "http://prism.r/realwallpaper.png"; + # unitConfig.ConditionPathExists = "!/var/run/ppp0.pid"; + url = "https://lassul.us/wallpaper-marker.png"; }; services.xserver = { display = lib.mkForce 0; # needed for fetchWallpaper to find the X display - displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +LOCAL:"; + displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +LOCAL:"; }; /*