fix(neovim): guard NixOS module to Linux for nix-darwin compatibility 🔧

- wrap Neovim module in `lib.mkIf pkgs.stdenv.isLinux` (no-op on macOS)
- add `lib` to module args
- fix Lua message var: use `config_file` instead of undefined `file`
- keep existing plugins and customRC on Linux unchanged
This commit is contained in:
DannyDannyDanny 2025-09-08 19:46:49 +02:00
parent ecade3a03e
commit b7f63f305d
2 changed files with 73 additions and 69 deletions

View file

@ -62,6 +62,7 @@
fzf
cowsay
lolcat
neovim
];
# Keep for darwin as well (tracks defaults across upgrades)