Files
infra-nix/mod/pkgs.nix
T
2026-06-24 07:05:47 +02:00

14 lines
153 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
wget
git
curl
fastfetch
net-tools
ethtool
dhcpcd
];
}