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