nixos-config/hosts/nixos-home/config/system_packages.nix
2026-07-05 23:59:32 +02:00

23 lines
487 B
Nix

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