try transparentBackground config

Former-commit-id: fd4535f566
This commit is contained in:
Hadi
2024-11-17 19:53:03 +01:00
parent 25d6f672a4
commit a980904382

View File

@@ -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";
};