mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
Deadnix fixes
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
{ lib, ... }:
|
{ ... }:
|
||||||
|
|
||||||
# This module is intended to support the Surface Laptop range, specifically those with AMD CPUs.
|
# 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
|
# It's expected it will work equally well on many other Surface models, but they may need further
|
||||||
# config changes to work well.
|
# config changes to work well.
|
||||||
|
|
||||||
let
|
{
|
||||||
inherit (lib) mkDefault;
|
|
||||||
in {
|
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
../../../common/pc
|
../../../common/pc
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
{ lib, ... }:
|
{ ... }:
|
||||||
|
|
||||||
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
|
# 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
|
# It's expected it will work equally well on many other Surface models, but they may need further
|
||||||
# config changes to work well.
|
# config changes to work well.
|
||||||
|
|
||||||
let
|
{
|
||||||
inherit (lib) mkDefault;
|
|
||||||
in {
|
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
../../../common/pc
|
../../../common/pc
|
||||||
|
|||||||
Reference in New Issue
Block a user