mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
TUXEDO Infinitybook: Enable bluetooth by default
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
../../common/pc/ssd
|
||||
];
|
||||
|
||||
# Enable TUXEDO's kernel drivers if they are available
|
||||
hardware = lib.optionalAttrs (options.hardware ? tuxedo-drivers) {
|
||||
tuxedo-drivers.enable = lib.mkDefault true;
|
||||
};
|
||||
hardware =
|
||||
lib.mkDefault {
|
||||
bluetooth.enable = true;
|
||||
}
|
||||
# Enable TUXEDO's kernel drivers if they are available
|
||||
// lib.optionalAttrs (options.hardware ? tuxedo-drivers) {
|
||||
tuxedo-drivers.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user