sddm: use static file since wallhaven has been constantly down

This commit is contained in:
Alexandre Cavalheiro 2024-07-09 06:31:59 -03:00
parent 310a8765d2
commit 4a5e044c11
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 1 additions and 6 deletions

BIN
theming/sddm/Background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

View file

@ -1,12 +1,7 @@
{ pkgs }:
let
imgLink = "https://w.wallhaven.cc/full/yj/wallhaven-yjq257.png";
image = pkgs.fetchurl {
url = imgLink;
sha256 = "sha256-lrQv8VAks86zMzRaF9VEZotp78O9M7/dV8jZNTRb6SY=";
};
image = ./Background.jpg;
in
pkgs.stdenv.mkDerivation {
name = "sddm-theme";