hosts: update wallpaper
This commit is contained in:
parent
cba236a86b
commit
cfab24f84f
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
style = let
|
style = let
|
||||||
wallpaper = pkgs.fetchurl {
|
wallpaper = pkgs.fetchurl {
|
||||||
url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-frappe.png?raw=true";
|
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
|
||||||
hash = "sha256-wtBffKK9rqSJo8+7Wo8OMruRlg091vdroyUZj5mDPfI=";
|
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue