Sway : Enable bluetooth hw.
This commit is contained in:
parent
991c70f3b3
commit
3397a1a249
|
@ -69,7 +69,9 @@
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
# Bluetooth.
|
# Bluetooth.
|
||||||
services.blueman.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
# Configs.
|
# Configs.
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
Loading…
Reference in a new issue