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