feat(callisto): enable bluetooth

This commit is contained in:
Youwen Wu 2024-08-28 20:00:56 -07:00
parent 8773107d9b
commit 5e2bc50db2
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -163,6 +163,13 @@
services.tlp.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman.enable = true;
# tells electron apps to use Wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";