{ pkgs, ... }: { xdg.configFile."ranger-rc-conf" = { enable = true; target = "./xfce4/test.conf"; text = '' ''; }; }