chore(nixvim): disable stylix integration in neovim configuration
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-11-03 19:01:48 +05:30
parent 43fb59184c
commit 4041cc4c6e

View File

@@ -1,4 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
stylix.targets.nixvim.enable = false;
programs.nixvim = programs.nixvim =
{ {
enable = true; enable = true;