{ config, pkgs, lib, ... }: { xdg.configFile."elephant" = { source = ./config; recursive = true; }; }