2020-08-23 19:42:07 -04:00
|
|
|
# Implementation of support for general System76 hardware.
|
|
|
|
#
|
|
|
|
# https://system76.com/
|
|
|
|
|
2022-12-31 05:52:38 -05:00
|
|
|
{ lib, ... }:
|
2020-08-23 19:42:07 -04:00
|
|
|
{
|
|
|
|
imports = [ ../common/pc ];
|
|
|
|
|
2020-10-10 22:33:59 -04:00
|
|
|
hardware.system76.enableAll = lib.mkDefault true;
|
2020-08-23 19:42:07 -04:00
|
|
|
}
|