See if this fixes the icon issue

This commit is contained in:
Javier Feliz 2025-09-12 14:05:41 -04:00
parent 73df2d68a4
commit fcee45bdb6

View File

@ -81,5 +81,11 @@ in
# Ensure cache and data dirs exist to avoid runtime errors in the future
home.file."${config.xdg.cacheHome}/waycast/.keep".text = "";
home.file."${config.xdg.dataHome}/waycast/.keep".text = "";
# Install waycast icons to XDG_DATA_HOME
home.file."${config.xdg.dataHome}/waycast/icons" = {
source = "${cfg.package}/share/waycast/icons";
recursive = true;
};
};
}