Add wallpaper from fetched URL

This commit is contained in:
Bart van der Braak 2024-10-24 18:01:40 +02:00
parent 1fbda2bff2
commit ecfb278d2a

View file

@ -1,7 +1,10 @@
{ pkgs, inputs, config, ... }: { pkgs, inputs, config, ... }:
let let
customWallpaper = "/nix/store/fvplr8bbp5b9n2x6s21bp4nai80adk8j-wallhaven-zyerpj.jpg"; customWallpaper = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y2wg6.png";
sha256 = "9c5a0d7e4ed8fc218a5adb1c384e463b1b212397859a9a56be1c47cce27a9820";
};
in in
{ {
environment.systemPackages = with pkgs; with inputs; [ environment.systemPackages = with pkgs; with inputs; [