From b73d6a328d7ede3cd473b5cd758623043f8afe56 Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 10:38:02 +0100 Subject: [PATCH] added git + neovim --- tsunemori/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsunemori/configuration.nix b/tsunemori/configuration.nix index da87873..0845bec 100644 --- a/tsunemori/configuration.nix +++ b/tsunemori/configuration.nix @@ -60,7 +60,8 @@ # Simply install just the packages environment.packages = with pkgs; [ # User-facing stuff that you really really want to have - vim # or some other editor, e.g. nano or neovim + neovim + git # Some common stuff that people expect to have #procps