🚀 enable bluetooth for desktop

This commit is contained in:
Moritz Böhme 2022-08-20 14:17:16 +02:00
parent 2d308e19b0
commit b1fb126f98
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 45 additions and 0 deletions

View file

@ -89,6 +89,8 @@
environment.systemPackages = with pkgs; [ lm_sensors ];
boot.kernelModules = [ "lm92" "drivetemp" ];
hardware.bluetooth.enable = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave