{ config, pkgs, ... }: { xdg.configFile.rofi = { recursive = true; source = ../rofi/.config/rofi; }; }