Files
nix/packages/system.nix
2025-03-22 14:17:10 -05:00

16 lines
219 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
home-manager
git
wget
gcc
nmap
inetutils
sshs
gnumake
evtest
];
}