mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-22 07:40:01 +00:00
11 lines
183 B
Nix
11 lines
183 B
Nix
_: {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
settings = {
|
|
General = {
|
|
Experimental = "true";
|
|
Enable = "Source,Sink,Media,Socket";
|
|
};
|
|
};
|
|
};
|
|
}
|