mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
TUXEDO Infinitybook: Enable bluetooth by default
This commit is contained in:
@@ -5,8 +5,12 @@
|
|||||||
../../common/pc/ssd
|
../../common/pc/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable TUXEDO's kernel drivers if they are available
|
hardware =
|
||||||
hardware = lib.optionalAttrs (options.hardware ? tuxedo-drivers) {
|
lib.mkDefault {
|
||||||
tuxedo-drivers.enable = lib.mkDefault true;
|
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