enable bluetooth again

This commit is contained in:
Ingolf Wagner 2020-04-13 21:10:54 +02:00
parent 53d1a138a7
commit 14ee540d4b
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,8 @@ in {
''; '';
}; };
services.blueman.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# bluetooth audio # bluetooth audio

View file

@ -49,7 +49,7 @@
services.urxvtd.enable = true; services.urxvtd.enable = true;
system.custom = { bluetooth.enable = false; }; system.custom.bluetooth.enable = true;
# temperature / power consumption # temperature / power consumption
# https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html # https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html