fix neovim
This commit is contained in:
parent
e59f0c2dba
commit
a75184e62e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs [
|
environment.systemPackages = with pkgs; [
|
||||||
gcc
|
gcc
|
||||||
];
|
];
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue