wip more font struggles

This commit is contained in:
2025-03-04 21:07:41 +01:00
parent 6cd35a3fb2
commit 3d32b6a4c5
5 changed files with 293 additions and 64 deletions

View 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;
}