9 lines
315 B
Nix
9 lines
315 B
Nix
|
{pkgs, ...}: {
|
||
|
theme = {
|
||
|
wallpaper = pkgs.fetchurl {
|
||
|
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/e0cf0eb237dc5baba86661a3572b20a6183c1876/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.png?raw=true";
|
||
|
hash = "sha256-/HAtpGwLxjNfJvX5/4YZfM8jPNStaM3gisK8+ImRmQ4=";
|
||
|
};
|
||
|
};
|
||
|
}
|