stylix: make nvim 0.10 default colorscheme system-wide

This commit is contained in:
Khaïs COLIN 2024-08-06 20:18:54 +02:00
parent 19ee36a8be
commit a6b29abff8
2 changed files with 20 additions and 1 deletions

View file

@ -3,7 +3,8 @@
stylix = {
enable = true;
image = ./wallpapers/suzume_door.png;
polarity = "light";
polarity = "dark";
base16Scheme = ./neovim_default_scheme.yaml;
# fix wallpaper set error when not running under kde plasma
# see https://github.com/danth/stylix/issues/340