nixos-config/hosts/nixos-laptop/config/system_packages.nix
afoucaultc df94405cef yeeee
2026-07-07 20:42:01 +02:00

22 lines
268 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
];
}