desktop: add bluetooth support
This commit is contained in:
parent
4c8286dc4c
commit
d66e8afaf5
2 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
'';
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true; # Required for Touhou
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue