Enable qmk/via
This commit is contained in:
parent
01841487ea
commit
4c990767f3
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue