{ pkgs, ... }: { # Allow flashing ZSA keyboards hardware.keyboard.zsa.enable = true; environment.systemPackages = with pkgs; [ keymapp ]; }