10.nixos-hardware/system76/galp3/default.nix
2026-01-16 18:21:06 +01:00

9 lines
212 B
Nix

{
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
];
}