5 lines
127 B
Nix
5 lines
127 B
Nix
{ ... }: {
|
|
home.file.".config/karabiner/karabiner.json" = {
|
|
source = ./explicit-configs/karabiner/karabiner.json;
|
|
};
|
|
}
|