Gaming optimizations?

This commit is contained in:
Emmet
2025-02-23 15:07:40 -06:00
parent 73c20c7f68
commit c6b672ff9c
4 changed files with 54 additions and 3 deletions

View File

@@ -10,7 +10,9 @@ in {
};
config = lib.mkIf cfg.enable {
hardware.bluetooth.enable = true;
hardware.bluetooth = {
enable = true;
};
services.blueman.enable = true;
};
}