about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 19:05:48 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 19:05:48 +0200
commit598149799fb572d4a57b743cea9962a9d3d67680 (patch)
treef243ab6c7dac6708d96958b6ab85192ed7572ec8 /machines/profpatsch/shiki.nix
parent28f725ae0a3cab8e6cffeb0ea9fcec2737a1772d (diff)
machines/Profpatsch: Move thinkpad config into separate module
I want to have a thinkpad-based server, which will need the
thinkpad-specific stuff but none of the workstation stuff.
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-rw-r--r--machines/profpatsch/shiki.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 4b9f824b..6a7b8d24 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -27,6 +27,7 @@ in {
 
   imports = [
     ./base-workstation.nix
+    ./thinkpad.nix
     # ./possehl-specific-do-not-check-in.nix
   ];