home(neovim): add gcc to env

A compiler is required for the compilation of treesitter grammars. I
should probably figure out how to just add every grammar to Neovim, but
this works with my existing configuration for now. I'm choosing to keep
my config separate because I want to still be able to use it on systems
without Nix.
This commit is contained in:
NullBite 2025-02-19 14:57:59 -05:00
parent cab0e3e023
commit f86de5ff5b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -15,6 +15,7 @@ in
rust-analyzer
vscode-langservers-extracted
pyright
gcc
];
};
};