13 lines
119 B
Nix
13 lines
119 B
Nix
{pkgs, ...}:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
# General
|
|
git
|
|
htop
|
|
ncdu
|
|
nginx
|
|
|
|
];
|
|
}
|