nixos-config/hosts/nixos-laptop/config/system_packages.nix
2026-07-10 13:22:08 +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
];
}