mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-26 22:21:20 +00:00
Add wallpaper from fetched URL
This commit is contained in:
parent
1fbda2bff2
commit
ecfb278d2a
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, inputs, config, ... }:
|
||||
|
||||
let
|
||||
customWallpaper = "/nix/store/fvplr8bbp5b9n2x6s21bp4nai80adk8j-wallhaven-zyerpj.jpg";
|
||||
customWallpaper = pkgs.fetchurl {
|
||||
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y2wg6.png";
|
||||
sha256 = "9c5a0d7e4ed8fc218a5adb1c384e463b1b212397859a9a56be1c47cce27a9820";
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; with inputs; [
|
||||
|
|
Loading…
Reference in a new issue