bluetooth mode.

This commit is contained in:
Jill 2024-04-17 16:33:52 +03:00
parent 7673a3ba71
commit e8425f7d0f
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
# Use power-profile-daemon for battery saving management
services.power-profiles-daemon.enable = true;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
services.blueman.enable = true;
# better performance than the actual Intel driver
services.xserver.videoDrivers = ["modesetting"];