Compare commits
3 Commits
2019-06-16
...
2019-06-24
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
209b1b3e47 | ||
|
|
8355abcbfc | ||
|
|
9150a37969 |
@@ -12,12 +12,15 @@ mkIf flags.laptop {
|
||||
# Gestion spécifique pour PC portable
|
||||
|
||||
## Gestion de l'énergie
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
services.tlp.enable = true;
|
||||
|
||||
## Activation d'un gestionnaire de réseau
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
|
||||
# Gestion graphique du réseau dans la barre système
|
||||
programs.nm-applet.enable = true;
|
||||
@@ -25,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
|
||||
|
||||
Reference in New Issue
Block a user