fix neovim

This commit is contained in:
KoenDR06 2025-03-11 14:10:40 +01:00
parent a75184e62e
commit 0437a62d4d
2 changed files with 1 additions and 3 deletions

View file

@ -4,9 +4,6 @@
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
gcc
];
programs.neovim = {
enable = true;
viAlias = true;