add a bunch more packages

This commit is contained in:
Artemis Tosini 2024-03-11 05:16:26 +00:00
parent c94f935b61
commit fe115c9105
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -23,14 +23,23 @@
environment.variables.EDITOR = "nvim"; environment.variables.EDITOR = "nvim";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
file
gitMinimal gitMinimal
htop htop
hyfetch hyfetch
jq
mosh
mtr
neovim neovim
nix-output-monitor nix-output-monitor
nix-top nix-top
patchelf
pciutils
python3Packages.ipython
tmux tmux
tree
unzip unzip
xxd
zip zip
]; ];
} }