{ config, lib, pkgs, ... }: let inherit (lib) mkIf; annuaire = config.r6d.machines; currentMachine = annuaire."${config.networking.hostName}"; flags = currentMachine.configurationFlags; in mkIf (true && flags.graphical) { # Paquets environment.systemPackages = with pkgs; [ ## Diagnostic wireshark ]; }