diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix
index a8e3cd9..f129e62 100644
--- a/hosts/talos/default.nix
+++ b/hosts/talos/default.nix
@@ -137,6 +137,7 @@
     settings.General.Experimental = true;
   };
 
+  hardware.keyboard.qmk.enable = true;
   # Configure console keymap
   console.keyMap = "us";