more system packages
This commit is contained in:
parent
4e826915bd
commit
273a84de1a
|
@ -30,7 +30,15 @@
|
|||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ neovim wget ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
neovim
|
||||
wget
|
||||
killall
|
||||
unzip
|
||||
htop
|
||||
ripgrep
|
||||
];
|
||||
|
||||
# networking.firewall.allowedTCPPorts = [];
|
||||
# networking.firewall.allowedUDPPorts = [];
|
||||
|
|
Loading…
Reference in a new issue