fix neovim

This commit is contained in:
KoenDR06 2025-03-11 14:10:40 +01:00
parent a75184e62e
commit 0437a62d4d
2 changed files with 1 additions and 3 deletions

View file

@ -29,6 +29,7 @@ in {
ethtool ethtool
file file
fzf fzf
gcc
btop btop
gnupg gnupg
neofetch neofetch

View file

@ -4,9 +4,6 @@
pkgs, pkgs,
... ...
}: { }: {
environment.systemPackages = with pkgs; [
gcc
];
programs.neovim = { programs.neovim = {
enable = true; enable = true;
viAlias = true; viAlias = true;