From 209b1b3e474c9409fca20ffc7ffad8faa0c34a9e Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 23 Jun 2019 19:13:23 +0200 Subject: [PATCH] outils dans le system tray pour : batterie, volume, bluetooth --- configuration/laptop.nix | 2 ++ services/pulseaudio.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/configuration/laptop.nix b/configuration/laptop.nix index b465aeb..0ed3ace 100644 --- a/configuration/laptop.nix +++ b/configuration/laptop.nix @@ -28,6 +28,8 @@ mkIf flags.laptop { # Paquets environment.systemPackages = with pkgs; [ wirelesstools # fournis iwconfig + blueman # outils bluetooth (manager, system tray) + cbatticon # status de la batterie dans le system tray ]; # Services diff --git a/services/pulseaudio.nix b/services/pulseaudio.nix index 98c1445..a770dd7 100644 --- a/services/pulseaudio.nix +++ b/services/pulseaudio.nix @@ -16,6 +16,7 @@ mkIf flags.pulseaudio { environment.systemPackages = with pkgs; [ paprefs # préferences pulseaudio pavucontrol # mixer pulseaudio + pa_applet # status et contrôle dans le system tray ]; # Pulse Audio