Merge pull request #1736 from NixOS/tleydxdy-master
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

Add System76 Galago Pro 3 module
This commit is contained in:
Jörg Thalheim 2026-01-16 17:34:06 +00:00 committed by GitHub
commit cce68f4a54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
];
}