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