Skip to content

Commit

Permalink
Merge pull request #436 from Jovian-Experiments/fix/steamos-bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr authored Oct 30, 2024
2 parents f420fb1 + ad2d1aa commit c11bab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/steamos/bluetooth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

let
inherit (lib)
mkDefault
mkIf
mkOption
types
Expand All @@ -23,6 +24,7 @@ in
};

config = mkIf (cfg.enableBluetoothConfig) {
hardware.bluetooth.enable = mkDefault true;
# See: https://github.com/Jovian-Experiments/PKGBUILDs-mirror/tree/jupiter-main/bluez
hardware.bluetooth.settings = {
General = {
Expand Down

0 comments on commit c11bab1

Please sign in to comment.