From 830309f480ed289f243eb62695f7160115ad432a Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 21:15:01 +0900 Subject: [PATCH] Add packages --- home-manager/common/software/cli/neovim.nix | 7 +++++++ nixos/default.nix | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index 002b7a72..0660dd09 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -12,6 +12,13 @@ ]; }; + # nvchad requires gcc, npm, and unzip + home.packages = with pkgs; [ + npm + gcc + unzip + ]; + # Link the nvchad files to my homedir # https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile xdg.configFile."nvim" = { diff --git a/nixos/default.nix b/nixos/default.nix index f71868b7..a4161e5f 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -43,7 +43,6 @@ gnupg jq exa - gcc ]; # Select internationalisation properties.