mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Use r8125 driver on desktop
This commit is contained in:
parent
0ca7f35d37
commit
804e05f53b
@ -12,6 +12,7 @@ in
|
|||||||
] ++ (if !isLaptop then [
|
] ++ (if !isLaptop then [
|
||||||
# Desktop modules
|
# Desktop modules
|
||||||
nct6687d
|
nct6687d
|
||||||
|
r8125
|
||||||
] else [
|
] else [
|
||||||
# Laptop modules
|
# Laptop modules
|
||||||
]);
|
]);
|
||||||
@ -21,6 +22,7 @@ in
|
|||||||
] ++ (if !isLaptop then [
|
] ++ (if !isLaptop then [
|
||||||
# Desktop modules
|
# Desktop modules
|
||||||
"nct6687" # d disappears in actual module name
|
"nct6687" # d disappears in actual module name
|
||||||
|
"r8125" # replaces r8169
|
||||||
] else [
|
] else [
|
||||||
# Laptop modules
|
# Laptop modules
|
||||||
]);
|
]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user