hosts: update wallpaper

This commit is contained in:
Anthony Rodriguez 2024-10-15 17:01:00 +02:00
parent cba236a86b
commit cfab24f84f
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -28,8 +28,8 @@
({pkgs, ...}: {
style = let
wallpaper = pkgs.fetchurl {
url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-frappe.png?raw=true";
hash = "sha256-wtBffKK9rqSJo8+7Wo8OMruRlg091vdroyUZj5mDPfI=";
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
};
in {
gtk.enable = true;