Enabled bluetooth on my laptop

This commit is contained in:
Random936 2024-07-22 20:40:12 -07:00
parent 987fcbf762
commit 1e997d1061

View File

@ -48,4 +48,8 @@
# Enable VMWare Workstation
virtualisation.vmware.host.enable = true;
# Enable bluetooth
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}