infrastructure/config/users/kat/gui/xkb.nix
2022-07-10 13:58:45 -07:00

9 lines
121 B
Nix

{ config, ... }:
{
home.file = {
".xkb/symbols/us_gbp_map".source = ./layout.xkb;
};
home.keyboard = null;
}