hosts: change wallpaper to frappe (to contrast more with window outlines)

This commit is contained in:
Anthony Rodriguez 2024-10-09 16:02:40 +02:00
parent 1e809880fe
commit 97eb5af13c
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,6 +1,5 @@
{
self,
pkgs,
inputs,
...
}: {
@ -28,8 +27,8 @@
({pkgs, ...}: {
style = let
wallpaper = pkgs.fetchurl {
url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-macchiato.png?raw=true";
hash = "sha256-SkXrLbHvBOItJ7+8vW+6iXV+2g0f8bUJf9KcCXYOZF0=";
url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-frappe.png?raw=true";
hash = "sha256-wtBffKK9rqSJo8+7Wo8OMruRlg091vdroyUZj5mDPfI=";
};
in {
gtk.enable = true;