Enable qmk on squirrelflight

This commit is contained in:
asonix 2024-03-23 10:29:24 -05:00
parent a555206e67
commit 31c5608b92

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }: { pkgs, ... }:
{ {
imports = imports =
@ -10,6 +10,8 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
hardware.keyboard.qmk.enable = true;
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;