1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 12:57:22 +02:00
nixos-hardware/system76/default.nix
2022-12-31 11:57:44 +01:00

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