feat: change desktop theming

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-03-15 23:39:44 -03:00
parent 6784de8ef7
commit 3ea5c64fa3
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
4 changed files with 155 additions and 399 deletions

View file

@ -1,11 +1,11 @@
{ pkgs }:
let
imgLink = "https://w.wallhaven.cc/full/1p/wallhaven-1p398w.jpg";
imgLink = "https://w.wallhaven.cc/full/yj/wallhaven-yjq257.png";
image = pkgs.fetchurl {
url = imgLink;
sha256 = "5347bc5a114db8afe9d189682a75565e8d0bc46e003f714879d6957729224335";
sha256 = "sha256-lrQv8VAks86zMzRaF9VEZotp78O9M7/dV8jZNTRb6SY=";
};
in
pkgs.stdenv.mkDerivation {