fix neovim
This commit is contained in:
parent
a75184e62e
commit
0437a62d4d
2 changed files with 1 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ in {
|
|||
ethtool
|
||||
file
|
||||
fzf
|
||||
gcc
|
||||
btop
|
||||
gnupg
|
||||
neofetch
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
];
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue