feat(modules/hardware): add bluetooth

This commit is contained in:
Mohammad Rafiq 2025-05-18 20:28:44 +08:00
parent 4160e35c61
commit 30ff5c01c4
No known key found for this signature in database

View file

@ -17,4 +17,11 @@
gpu = lib.pantheon.mkStrOption;
platform = lib.pantheon.mkStrOption;
};
config = {
hardware.bluetooth = {
enable = true;
settings.General.Experimental = true;
};
};
}