modules/desktop: enable BlueZ experimental features
This commit is contained in:
parent
57cb03b2c7
commit
ef718ee71e
2 changed files with 6 additions and 0 deletions
5
modules/desktop/bluetooth.nix
Normal file
5
modules/desktop/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
hardware.bluetooth.settings = {
|
||||
General.Experimental = true;
|
||||
};
|
||||
}
|
|
@ -10,6 +10,7 @@ in {
|
|||
./hidden-apps.nix
|
||||
./helix-desktop.nix
|
||||
./open-in-blackbox.nix
|
||||
./bluetooth.nix
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
|
|
Loading…
Reference in a new issue