From 04ab3c28bc21469f0fe13c3456950df7c9486b31 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 14 Dec 2024 08:57:11 +0300 Subject: [PATCH] Wallpaper: Red square. --- option/Wallpaper.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/option/Wallpaper.nix b/option/Wallpaper.nix index 743a335e..8fcdd085 100644 --- a/option/Wallpaper.nix +++ b/option/Wallpaper.nix @@ -4,8 +4,8 @@ lib, ... }: let - url = "https://i.imgur.com/3EL63Ur.jpeg"; - sha256 = "sha256-4MHVZB35gUUK6aXaezrqfbGF+Az8VIpijbmWqZC2XUM="; + url = "https://i.imgur.com/AVWdqBy.jpeg"; + sha256 = "sha256-GhOHOyENrfO98zmIfYjzPioX+CyJ3eiq5nF6N/2p3Dw="; forceContrastText = false; in { options.module.wallpaper = {