Skip to content

Commit 664b784

Browse files
Bohreromirmergify[bot]
authored andcommitted
add tuxedo aura 15 gen1
1 parent ecfcd78 commit 664b784

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>` |

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
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;

tuxedo/aura/15/gen1/default.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

0 commit comments

Comments
 (0)