From 9f5a1ca09e820e6a257aaac30c1916b7f1e5e95c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:05:46 +0100 Subject: [PATCH] change background image Former-commit-id: 1da1d917879aea21eb86ae209507f99a13f3b253 --- themes/nixy.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/nixy.nix b/themes/nixy.nix index 0a63e61..8c3cdcc 100644 --- a/themes/nixy.nix +++ b/themes/nixy.nix @@ -89,9 +89,8 @@ polarity = "dark"; image = pkgs.fetchurl { url = - "https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/" - + "a-lake-surrounded-by-mountains.png" + "?raw=true"; - sha256 = "sha256-5VHprxEVOkqyecnsurUx1tmhwE+3v0dhwmhpBPDTOgU="; + "https://raw.githubusercontent.com/Keyitdev/sddm-astronaut-theme/refs/heads/master/Backgrounds/pixel_sakura_static.png"; + sha256 = "sha256-y6AJu7RXnI5vPLPVts6tflb9XukDkgiL+J6vUPj4lbs="; }; };