hosts/vamos/config/theme: update wallpaper
This commit is contained in:
parent
2d9df00fae
commit
2b89ed8b73
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
local.style = {
|
||||
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=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue