{ pkgs, config, lib,... }: { home.packages = with pkgs; [ ]; home.file = lib.mkMerge [ { ".config/kitty/kitty.conf".source = ./kitty.conf; } ]; }