hosts/vamos/config/theme: update wallpaper

This commit is contained in:
Anthony Rodriguez 2025-01-06 16:01:58 +01:00
parent 2d9df00fae
commit 2b89ed8b73
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,6 +1,9 @@
_: { {pkgs, ...}: {
local.style = { local.style = {
enable = true; enable = true;
wallpaper = ../../../assets/wallpapers/nixos-tan-hypr-chan.png; wallpaper = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/refs/heads/master/wallpapers/nix-wallpaper-simple-dark-gray.png";
hash = "sha256-JaLHdBxwrphKVherDVe5fgh+3zqUtpcwuNbjwrBlAok=";
};
}; };
} }