modules/desktop: enable BlueZ experimental features

This commit is contained in:
Max Headroom 2023-08-26 14:56:37 +02:00
parent 57cb03b2c7
commit ef718ee71e
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
hardware.bluetooth.settings = {
General.Experimental = true;
};
}

View file

@ -10,6 +10,7 @@ in {
./hidden-apps.nix
./helix-desktop.nix
./open-in-blackbox.nix
./bluetooth.nix
];
services.xserver = {