add a bunch more packages
This commit is contained in:
parent
c94f935b61
commit
fe115c9105
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue