nixos-config/hosts/common/system_packages.nix
2026-08-07 22:46:05 +02:00

22 lines
260 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
vim
gnumake
gcc
wget
curl
unzip
tree
ripgrep
translate-shell
xclip
powertop
brightnessctl
ntfs3g
pciutils
usbutils
inxi
];
}