🚀 enable bluetooth for desktop
This commit is contained in:
parent
2d308e19b0
commit
b1fb126f98
3 changed files with 45 additions and 0 deletions
|
|
@ -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. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue