NixOS-VPS-small/programs.nix
System administrator c362a58363 Initial commit
2026-05-11 19:36:00 +02:00

12 lines
109 B
Nix

{pkgs, ...}:
{
environment.systemPackages = with pkgs; [
# General
git
htop
ncdu
];
}