[macbook] install karabiner through nix.

Signed-off-by: Mariano Uvalle <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-08-04 20:04:54 -07:00
parent 8eca1929a0
commit 09312ef3d3
4 changed files with 300 additions and 6 deletions

View file

@ -0,0 +1,5 @@
{ ... }: {
home.file.".config/karabiner/karabiner.json" = {
source = ./explicit-configs/karabiner/karabiner.json;
};
}