upgrading
This commit is contained in:
parent
e276ddc6ac
commit
b77d2f7b96
3 changed files with 2 additions and 8 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue