Corrected neovim package call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user