wip more font struggles
This commit is contained in:
18
modules/nixos/bluetooth.nix
Normal file
18
modules/nixos/bluetooth.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
settings = {
|
||||
General = {
|
||||
Name = "Hello";
|
||||
ControllerMode = "dual";
|
||||
FastConnectable = "true";
|
||||
Experimental = "true";
|
||||
};
|
||||
Policy = {
|
||||
AutoEnable = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
services.blueman.enable = true;
|
||||
}
|
Reference in New Issue
Block a user