aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/zsa/default.nix
blob: e02ee88c5050394276fc6a293c153dee06bef681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# modules/profiles/zsa/default.nix
#
# To avoid wrist pain and mitigate the chances of RSI, I use a split keyboard at
# home. This provides the udev rules and a utility for flashing custom firmware.

{
  pkgs,
  ...
}:
{
  hardware.keyboard.zsa.enable = true;
  environment.systemPackages = with pkgs; [ keymapp ];
}