From fd4535f56659244538114bc855ce81bd3077e1b4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:53:03 +0100 Subject: [PATCH] try transparentBackground config --- themes/stylix/pinky.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/stylix/pinky.nix b/themes/stylix/pinky.nix index 5e19e40..439a581 100644 --- a/themes/stylix/pinky.nix +++ b/themes/stylix/pinky.nix @@ -60,6 +60,12 @@ }; }; + targets.nixvim.transparentBackground = { + main = true; + signColumn = true; + }; + targets.nixvim.plugin = "base16-nvim"; + polarity = "dark"; image = inputs.nixy-wallpapers + "/wallpapers/4.png"; };