add tuxedo aura 15 gen1
This commit is contained in:
parent
ecfcd787f3
commit
664b784722
3 changed files with 15 additions and 0 deletions
13
tuxedo/aura/15/gen1/default.nix
Normal file
13
tuxedo/aura/15/gen1/default.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue