cfg/mod/software/keyboard.nix
Henri Dohmen d7ce40ffa7 refactor
2025-04-21 22:48:50 +02:00

6 lines
160 B
Nix

{ pkgs, ... }:
{
# hardware.keyboard.qmk.enable = true;
environment.systemPackages = with pkgs; [ vial ];
services.udev.packages = with pkgs; [ vial ];
}