nixvim integration #570
Replies: 2 comments 2 replies
-
This is the current default value: Lines 17 to 32 in eccb9f2
Do you mean that Stylix is overriding your theme that is not integrated with Stylix? |
Beta Was this translation helpful? Give feedback.
-
I think I may have found the cause of the problem. I have set nixvim in nixos configuration, not home-manager. On the other hand, I use |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have configured home-manager as a module and I can use nixos-rebuild test to apply home-manager changes.
I have also configured stylix successfully and have applied custom themes to kitty, bash etc.
I have set
stylix.autoEnable = true
and my selected theme is applied to Firefox even though I do not setstylix.targets.firefox = true
.But I can not apply themes to nixvim. I have set
stylix.targets.nixvim = true
even though it seems to be redundant.I can set nixvim colorscheme with
programs.nixvim.colorschemes.gruvbox.enable = true
in nixos config for example, but when I remove this line no colorscheme is applied. I have even triedprograms.nixvim.colorschemes.stylix.enable = true
with desperation but obviously this caused error messages.It seems I have to configure nixvim somehow but I couldn't find any documentation on this topic online.
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions