Add System76 Galago Pro 3 module

This commit is contained in:
Shironeko 2026-01-06 20:00:02 -05:00 committed by Jörg Thalheim
parent 40b1a28dce
commit a57f1648b7
3 changed files with 11 additions and 0 deletions

View file

@ -440,6 +440,7 @@ See code for all available configurations.
| [System76 (generic)](system76) | `<nixos-hardware/system76>` | `system76` |
| [System76 Darter Pro 6](system76/darp6) | `<nixos-hardware/system76/darp6>` | `system76-darp6` |
| [System76 Gazelle 18](system76/gaze18) | `<nixos-hardware/system76/gaze18>` | `system76-gaze18` |
| [System76 Galago Pro 3](system76/galp3) | `<nixos-hardware/system76/galp3>` | `system76-galp3` |
| [System76 Galago Pro 5](system76/galp5-1650) | `<nixos-hardware/system76/galp5-1650>` | `system76-galp5-1650` |
| [System76 Thelio Mega](system76/thelio-mega) | `<nixos-hardware/system76/thelio-mega>` | `system76-thelio-mega` |
| [Toshiba Chromebook 2 `swanky`](toshiba/swanky) | `<nixos-hardware/toshiba/swanky>` | `toshiba-swanky` |

View file

@ -416,6 +416,7 @@
system76-galp5-1650 = import ./system76/galp5-1650;
system76-darp6 = import ./system76/darp6;
system76-thelio-mega = import ./system76/thelio-mega;
system76-galp3 = import ./system76/galp3;
toshiba-swanky = import ./toshiba/swanky;
tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1;
tuxedo-infinitybook-v4 = import ./tuxedo/infinitybook/v4;

View file

@ -0,0 +1,9 @@
{
imports = [
../.
# not import ../../common/pc/laptop since tlp and ppd both conflict with system76-power
../../common/pc/ssd
../../common/cpu/intel/kaby-lake
../../common/hidpi.nix
];
}