Skip to content

Commit

Permalink
modules/steamos: Also enable bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr authored and bigsaltyfishes committed Oct 31, 2024
1 parent baa70e2 commit 6968387
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 6968387

Please sign in to comment.