about summary refs log tree commit diff
path: root/machines/profpatsch/thinkpad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/thinkpad.nix')
-rw-r--r--machines/profpatsch/thinkpad.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/machines/profpatsch/thinkpad.nix b/machines/profpatsch/thinkpad.nix
new file mode 100644
index 00000000..f8baf806
--- /dev/null
+++ b/machines/profpatsch/thinkpad.nix
@@ -0,0 +1,11 @@
+# hardware-specific configuration for Profpatsch’s thinkpads.
+{ lib, config, pkgs, ... }:
+
+{
+  imports = [];
+
+  config = {
+    # Enables drivers, acpi, power management
+    vuizvui.hardware.thinkpad.enable = true;
+  };
+}