Files
nixos/home-modules/karabiner.nix
T

6 lines
127 B
Nix
Raw Normal View History

2025-08-04 20:04:54 -07:00
{ ... }: {
home.file.".config/karabiner/karabiner.json" = {
source = ./explicit-configs/karabiner/karabiner.json;
};
}