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
|
ethtool
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
|
gcc
|
||||||
btop
|
btop
|
||||||
gnupg
|
gnupg
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
gcc
|
|
||||||
];
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue