hosts/vamos: change wallpaper
This commit is contained in:
parent
fdefee324e
commit
21d45256fe
2 changed files with 2 additions and 5 deletions
BIN
assets/wallpapers/nixos-tan-hypr-chan.png
Normal file
BIN
assets/wallpapers/nixos-tan-hypr-chan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 MiB |
|
@ -1,9 +1,6 @@
|
||||||
{pkgs, ...}: {
|
_: {
|
||||||
local.style = {
|
local.style = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wallpaper = pkgs.fetchurl {
|
wallpaper = ../../../assets/wallpapers/nixos-tan-hypr-chan.png;
|
||||||
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
|
|
||||||
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue