{ config, pkgs, ... }: { # Outils système / build essentiels (équiv. base-devel, git, etc.). # Les applis graphiques utilisateur sont dans home-manager (home/). environment.systemPackages = with pkgs; [ # base / build git vim gnumake gcc wget curl unzip tree # CLI utiles présents dans ta liste pacman btop # btop fastfetch # fastfetch ripgrep # ripgrep tmux # tmux translate-shell # translate-shell xclip # xclip wl-clipboard # wl-clipboard pass # pass bitwarden-cli # (bitwarden : GUI côté user, CLI ici) powertop # powertop brightnessctl # brightnessctl ntfs3g # ntfs-3g pciutils usbutils inxi # inxi + diagnostics gnupg pinentry-curses ]; }