upgrading

This commit is contained in:
Polen 2024-06-18 22:32:58 -04:00
parent e276ddc6ac
commit b77d2f7b96
3 changed files with 2 additions and 8 deletions

View file

@ -1,11 +1,6 @@
{ pkgs }:
let
imgLink = "https://github.com/dharmx/walls/blob/main/nature/forrest-cavale-qfmd9bu7IgA-unsplash.jpg?raw=true";
image = pkgs.fetchurl {
url = imgLink;
sha256 = "sha256-tyXg61N94KxGTmcY5nyZ2bE7AyDZsnYd5jMO5/j2jgo=";
};
image = ./assets/a_forest_of_trees_with_fog.jpg;
in
pkgs.stdenv.mkDerivation {
name = "sddm-theme";