From f0dc0421222a4611c346e01313ce81e07a5e6052 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 26 Jan 2025 10:56:38 +0800 Subject: [PATCH] added neovim and nh --- nixosModules/base.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/nixosModules/base.nix b/nixosModules/base.nix index daffb8e..be177d3 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -123,7 +123,6 @@ # $ nix search wget nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.ni> # terminal apps wget curl @@ -131,10 +130,16 @@ git btop htop - ptyxis # terminal app tree restic # backup program + # terminal editors + neovim + ptyxis + + # nix helper apps + nh + # core apps iotas # nextcloud compatible notes app curl