aboutsummaryrefslogtreecommitdiff
path: root/devices/x230-fhd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devices/x230-fhd.nix')
-rw-r--r--devices/x230-fhd.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/devices/x230-fhd.nix b/devices/x230-fhd.nix
new file mode 100644
index 000000000000..bb198aba4826
--- /dev/null
+++ b/devices/x230-fhd.nix
@@ -0,0 +1,9 @@
+{ ... }:
+
+{
+ imports = [
+ ./x230.nix
+ ];
+
+ # TODO: modify vbt to hide LVDS
+}