about summary refs log tree commit diff stats
path: root/hosts/marduk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/marduk/default.nix')
-rw-r--r--hosts/marduk/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/marduk/default.nix b/hosts/marduk/default.nix
index ff50f404..aae467a5 100644
--- a/hosts/marduk/default.nix
+++ b/hosts/marduk/default.nix
@@ -3,9 +3,11 @@
   imports = [
     ./hardware
     ./networking.nix
-
-    ../../system
   ];
 
+  console = {
+    keyMap = "dvorak";
+  };
+
   system.stateVersion = "23.05";
 }