nixos/modules/server/packages.nix
2025-08-20 10:08:36 -04:00

5 lines
75 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
btop
];
}