Skip to content

Commit

Permalink
Kyuubi bluetooth experimental settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 27, 2024
1 parent 7b62f76 commit c03f5c6
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions nixos/hosts/kyuubi/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@ in {
};

# Tweaks for keychron
bluetooth.settings = {
General = {
FastConnect = true;
};
Policy = {
ReconnectAttempts = 7;
ReconnectIntervals = "1, 2, 3";
bluetooth = {
enable = true;
settings = {
General = {
FastConnect = true;
Experimental = true;
};
Policy = {
ReconnectAttempts = 7;
ReconnectIntervals = "1, 2, 3";
};
};
};
};
Expand Down

0 comments on commit c03f5c6

Please sign in to comment.