nixos-config/hosts/common/system_packages.nix
2026-08-08 14:16:19 +02:00

23 lines
270 B
Nix

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