From 2ae2151c045482448118092f7e9dcb2bb12676ae 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 Former-commit-id: fd4535f56659244538114bc855ce81bd3077e1b4 --- themes/stylix/pinky.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/stylix/pinky.nix b/themes/stylix/pinky.nix index 5e19e405..439a581e 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"; };