mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Add support for TUXEDO InfinityBook Pro Intel Gen9
This commit is contained in:
committed by
mergify[bot]
parent
71ab5581a0
commit
ae546d018a
12
tuxedo/infinitybook/default.nix
Normal file
12
tuxedo/infinitybook/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, options, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../common/pc/laptop
|
||||
../../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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user