nm-applet: package -> option (activation automatique)

This commit is contained in:
Yves Dubromelle
2019-06-10 17:21:00 +02:00
parent da750b9c33
commit c7a1a433ef

View File

@@ -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
];