{ config, ... }: { xdg.configFile."nomarchy/current/theme" = { source = ../../themes/${config.nomarchy.theme}; recursive = true; }; xdg.configFile."nomarchy/current/theme.name".text = config.nomarchy.theme; # Expose all themes to the system via local share for script accessibility xdg.dataFile."nomarchy/themes".source = ../../themes; }