mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
10 lines
187 B
Nix
10 lines
187 B
Nix
# Implementation of support for general System76 hardware.
|
|
#
|
|
# https://system76.com/
|
|
|
|
{ lib, ... }:
|
|
{
|
|
imports = [ ../common/pc ];
|
|
|
|
hardware.system76.enableAll = lib.mkDefault true;
|
|
}
|