From 48a62937cfcf4f05e5757f6d1dc696df87dcf596 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 28 Nov 2024 03:09:00 +0300 Subject: [PATCH] Wallpaper: New year ball. --- option/Wallpaper.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/option/Wallpaper.nix b/option/Wallpaper.nix index cd01cfe2..c02d1063 100644 --- a/option/Wallpaper.nix +++ b/option/Wallpaper.nix @@ -4,9 +4,9 @@ lib, ... }: let - url = "https://i.imgur.com/LIfflTM.jpeg"; - sha256 = "sha256-Clrk3x9oFBizYLcV7B2dWLD7BhsX2iuwH/8pk0lTJUI="; - forceContrastText = true; + url = "https://images.unsplash.com/photo-1482517967863-00e15c9b44be?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&dl=chad-madden-SUTfFCAHV_A-unsplash.jpg"; + sha256 = "sha256-3T8Spa+gsemiyDcqBQCwZfWU1MWzu2AhPDF4wyeXxcQ="; + forceContrastText = false; in { options.module.wallpaper = { forceContrastText = lib.mkOption {