Compare commits

...

1 Commits

Author SHA1 Message Date
uttarayan21
4041cc4c6e chore(nixvim): disable stylix integration in neovim configuration
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
2025-11-03 19:01:48 +05:30

View File

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