server-nix/modules/pkgs.nix
fqbn207 359258dcde kekl
2025-01-09 04:54:38 +01:00

15 lines
143 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
wget
neofetch
git
curl
unzip
htop
btop
iftop
];
}