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