mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
Deadnix fixes
This commit is contained in:
parent
1a2092cf02
commit
62e8ddb93f
2 changed files with 4 additions and 8 deletions
|
@ -1,12 +1,10 @@
|
|||
{ lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
# This module is intended to support the Surface Laptop range, specifically those with AMD CPUs.
|
||||
# It's expected it will work equally well on many other Surface models, but they may need further
|
||||
# config changes to work well.
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault;
|
||||
in {
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../../../common/pc
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{ lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
|
||||
# It's expected it will work equally well on many other Surface models, but they may need further
|
||||
# config changes to work well.
|
||||
|
||||
let
|
||||
inherit (lib) mkDefault;
|
||||
in {
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../../../common/pc
|
||||
|
|
Loading…
Reference in a new issue