Corrected neovim package call

This commit is contained in:
2025-06-29 15:06:53 +03:00
parent d33d9f0f1c
commit 1d693ae945

View File

@@ -1,8 +1,4 @@
{ { config, pkgs, ... }: {
config,
pkgs,
...
}: {
programs.neovim = { defaultEditor = true; }; programs.neovim = { defaultEditor = true; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pciutils pciutils
@@ -11,7 +7,7 @@
htop htop
nethogs nethogs
uutils-coreutils-noprefix uutils-coreutils-noprefix
nvim neovim
git git
curl curl
bat bat