Corrected neovim package call

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

View File

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