diff --git a/squirrelflight/default.nix b/squirrelflight/default.nix index 43bb0d3..9645d26 100644 --- a/squirrelflight/default.nix +++ b/squirrelflight/default.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = @@ -10,6 +10,8 @@ ./hardware-configuration.nix ]; + hardware.keyboard.qmk.enable = true; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;