diff --git a/local.nix b/local.nix index 0d44b60..5a5dae1 100644 --- a/local.nix +++ b/local.nix @@ -12,6 +12,7 @@ in ] ++ (if !isLaptop then [ # Desktop modules nct6687d + r8125 ] else [ # Laptop modules ]); @@ -21,6 +22,7 @@ in ] ++ (if !isLaptop then [ # Desktop modules "nct6687" # d disappears in actual module name + "r8125" # replaces r8169 ] else [ # Laptop modules ]);