From 3ccc8678ce4ad37a37cf2556b45e3f597a165e00 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 10 Oct 2016 22:11:44 +0200 Subject: [PATCH] ajout outil wifi pour profil laptop --- public/laptop.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/laptop.nix b/public/laptop.nix index b09571c..86c592b 100644 --- a/public/laptop.nix +++ b/public/laptop.nix @@ -21,6 +21,7 @@ mkIf cfg.laptop { # Paquets environment.systemPackages = with pkgs; [ - networkmanagerapplet + networkmanagerapplet # gestionnaire réseau graphique + console (nm-applet + nmtui) + wirelesstools # fournis iwconfig ]; }