From dcd00ad602c8cabfa512163efe9d30b34b8f9bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 7 Jun 2023 10:29:49 +0200 Subject: [PATCH] fix(wallpaper): update url --- configs/wallpaper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/wallpaper.nix b/configs/wallpaper.nix index cea29f4..16adec4 100644 --- a/configs/wallpaper.nix +++ b/configs/wallpaper.nix @@ -3,7 +3,7 @@ lib, ... }: let - url = "http://prism.r/realwallpaper-krebs-stars-berlin.png"; + url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png"; stateDir = "~/.cache/wallpaper"; in { systemd.user.services.wallpaper = {