From 6cd91a48ff93606af55546365d6efb4b44d3d75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 10 Aug 2024 14:15:06 +0200 Subject: [PATCH] feat: change wallpaper to fit in with colorscheme + have inspector tan --- home-manager/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/stylix.nix b/home-manager/stylix.nix index 0a8c698..e971219 100644 --- a/home-manager/stylix.nix +++ b/home-manager/stylix.nix @@ -2,7 +2,7 @@ { stylix = { enable = true; - image = ./wallpapers/suzume_door.png; + image = ./wallpapers/nixos_inspector_tan.png; polarity = "dark"; base16Scheme = ./neovim_default_scheme.yaml;