diff --git a/configuration/laptop.nix b/configuration/laptop.nix index 2fc9b25..b0f822c 100644 --- a/configuration/laptop.nix +++ b/configuration/laptop.nix @@ -19,9 +19,11 @@ mkIf flags.laptop { hardware.bluetooth.enable = true; + # Gestion graphique du réseau dans la barre système + programs.nm-applet.enable = true; + # Paquets environment.systemPackages = with pkgs; [ - networkmanagerapplet # gestionnaire réseau graphique + console (nm-applet + nmtui) wirelesstools # fournis iwconfig ];