add tuxedo aura 15 gen1

This commit is contained in:
Johannes Fleck
2024-10-10 09:42:41 +02:00
committed by mergify[bot]
parent ecfcd787f3
commit 664b784722
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{lib, ...}: {
imports = [
../../../../common/cpu/amd
../../../../common/pc/laptop
../../../../common/pc/ssd
];
# Cooling management
services.thermald.enable = lib.mkDefault true;
# keyboard backlight lives in /sys/class/leds/rgb:kbd_backlight
hardware.tuxedo-keyboard.enable = lib.mkDefault true;
}