added neovim and nh

This commit is contained in:
Elias Gasparis 2025-01-26 10:56:38 +08:00
parent b00579f157
commit f0dc042122

View file

@ -123,7 +123,6 @@
# $ nix search wget # $ nix search wget
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.ni>
# terminal apps # terminal apps
wget wget
curl curl
@ -131,10 +130,16 @@
git git
btop btop
htop htop
ptyxis # terminal app
tree tree
restic # backup program restic # backup program
# terminal editors
neovim
ptyxis
# nix helper apps
nh
# core apps # core apps
iotas # nextcloud compatible notes app iotas # nextcloud compatible notes app
curl curl