{ pkgs, ... }: { home.packages = with pkgs; [ terminator ]; xdg.configFile."terminator/config".source = ../configs/terminator/config; }