enable bluetooth again
This commit is contained in:
parent
53d1a138a7
commit
14ee540d4b
2 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
# bluetooth audio
|
# bluetooth audio
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue