diff options
| author | Andrew <admonty1@protonmail.com> | 2025-11-08 16:39:09 -0500 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-11-08 16:39:09 -0500 |
| commit | 877abc3cebf5a7c28731e1531ef832d6d0f427da (patch) | |
| tree | fb0f4f636061c87bc0ccbc2a7b4f450be6682409 /stylix.nix | |
| parent | add astronvim config (diff) | |
| download | nixos-877abc3cebf5a7c28731e1531ef832d6d0f427da.tar.gz nixos-877abc3cebf5a7c28731e1531ef832d6d0f427da.tar.bz2 nixos-877abc3cebf5a7c28731e1531ef832d6d0f427da.zip | |
fix neovim by removing stylix target
Diffstat (limited to '')
| -rw-r--r-- | stylix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ qt.enable = true; vim.enable = true; - neovim.enable = true; + neovim.enable = false; kitty.enable = true; # Kitty terminal ghostty.enable = true; |
