File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -338,3 +338,4 @@ See code for all available configurations.
338338| [ TUXEDO InfinityBook Pro 14 - Gen7] ( tuxedo/infinitybook/pro14/gen7 ) | ` <nixos-hardware/tuxedo/infinitybook/pro14/gen7> ` |
339339| [ TUXEDO Pulse 14 - Gen3] ( tuxedo/pulse/14/gen3 ) | ` <nixos-hardware/tuxedo/pulse/14/gen3> ` |
340340| [ TUXEDO Pulse 15 - Gen2] ( tuxedo/pulse/15/gen2 ) | ` <nixos-hardware/tuxedo/pulse/15/gen2> ` |
341+ | [ TUXEDO Aura 15 - Gen1] ( tuxedo/aura/15/gen1 ) | ` <nixos-hardware/tuxedo/aura/15/gen1> ` |
Original file line number Diff line number Diff line change 291291 tuxedo-infinitybook-pro14-gen7 = import ./tuxedo/infinitybook/pro14/gen7 ;
292292 tuxedo-pulse-14-gen3 = import ./tuxedo/pulse/14/gen3 ;
293293 tuxedo-pulse-15-gen2 = import ./tuxedo/pulse/15/gen2 ;
294+ tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1 ;
294295
295296 common-cpu-amd = import ./common/cpu/amd ;
296297 common-cpu-amd-pstate = import ./common/cpu/amd/pstate.nix ;
Original file line number Diff line number Diff line change 1+ { lib , ...} : {
2+ imports = [
3+ ../../../../common/cpu/amd
4+ ../../../../common/pc/laptop
5+ ../../../../common/pc/ssd
6+ ] ;
7+
8+ # Cooling management
9+ services . thermald . enable = lib . mkDefault true ;
10+
11+ # keyboard backlight lives in /sys/class/leds/rgb:kbd_backlight
12+ hardware . tuxedo-keyboard . enable = lib . mkDefault true ;
13+ }
You can’t perform that action at this time.
0 commit comments