Files
dotfiles/home/karabiner/default.nix

8 lines
88 B
Nix

{ pkgs, ... }:
{
home.file.".config/karabiner/" = {
source = ./karabiner;
};
}