Enable qmk/via

This commit is contained in:
Fern Garden 2025-07-27 12:26:45 +08:00
parent 01841487ea
commit 4c990767f3

View file

@ -111,6 +111,7 @@ with lib; {
signal-desktop signal-desktop
smile smile
yubioath-flutter yubioath-flutter
via
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
@ -124,6 +125,10 @@ with lib; {
settings.default = ["ghostty.desktop"]; settings.default = ["ghostty.desktop"];
}; };
# Enable configuration of keyboard.
hardware.keyboard.qmk.enable = true;
services.udev.packages = [pkgs.via];
# Enable gamemode service. # Enable gamemode service.
programs.gamemode.enable = true; programs.gamemode.enable = true;