Add gcc to neovim
This commit is contained in:
parent
0f235f75aa
commit
e59f0c2dba
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs [
|
||||
gcc
|
||||
];
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue