hosts/vamos: change wallpaper

This commit is contained in:
Anthony Rodriguez 2024-12-26 14:28:32 +01:00
parent fdefee324e
commit 21d45256fe
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 2 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

View file

@ -1,9 +1,6 @@
{pkgs, ...}: {
_: {
local.style = {
enable = true;
wallpaper = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
};
wallpaper = ../../../assets/wallpapers/nixos-tan-hypr-chan.png;
};
}