From b1566315f19b10d9ec6ddf0276012b75936b5a51 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Sat, 7 Dec 2024 14:24:34 +0500 Subject: [PATCH] wallpaper --- nixos/modules/stylix.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/modules/stylix.nix b/nixos/modules/stylix.nix index 7c5be3f..04153fd 100644 --- a/nixos/modules/stylix.nix +++ b/nixos/modules/stylix.nix @@ -4,5 +4,11 @@ enable = true; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; + + # This doesn't work and idk why + # image = pkgs.fetchurl { + # url = "hhttps://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.pngttps://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.png"; + # sha256 = "036gqhbf6s5ddgvfbgn6iqbzgizssyf7820m5815b2gd748jw8zc"; + # }; }; }