{ config, lib, pkgs, ... }: { home.file."./.config/kitty/" = { source = ../package-configs/kitty; recursive = true; }; }