sddm: use static file since wallhaven has been constantly down
This commit is contained in:
parent
310a8765d2
commit
4a5e044c11
BIN
theming/sddm/Background.jpg
Normal file
BIN
theming/sddm/Background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 MiB |
|
@ -1,12 +1,7 @@
|
||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
|
|
||||||
let
|
let
|
||||||
imgLink = "https://w.wallhaven.cc/full/yj/wallhaven-yjq257.png";
|
image = ./Background.jpg;
|
||||||
|
|
||||||
image = pkgs.fetchurl {
|
|
||||||
url = imgLink;
|
|
||||||
sha256 = "sha256-lrQv8VAks86zMzRaF9VEZotp78O9M7/dV8jZNTRb6SY=";
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
pkgs.stdenv.mkDerivation {
|
pkgs.stdenv.mkDerivation {
|
||||||
name = "sddm-theme";
|
name = "sddm-theme";
|
Loading…
Reference in a new issue