From c7a1a433ef4b1c6627f335d8995b8596c7c5cad6 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 10 Jun 2019 17:21:00 +0200 Subject: [PATCH] nm-applet: package -> option (activation automatique) --- configuration/laptop.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ];