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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue