added neovim and nh
This commit is contained in:
parent
b00579f157
commit
f0dc042122
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue