outils dans le system tray pour : batterie, volume, bluetooth

nixos-19.09 2019-06-24-radx
Yves Dubromelle 6 years ago
parent 8355abcbfc
commit 209b1b3e47

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

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

Loading…
Cancel
Save