infrastructure/home/xkb.nix

9 lines
132 B
Nix

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