See if this fixes the icon issue
This commit is contained in:
parent
73df2d68a4
commit
fcee45bdb6
@ -81,5 +81,11 @@ in
|
|||||||
# Ensure cache and data dirs exist to avoid runtime errors in the future
|
# 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.cacheHome}/waycast/.keep".text = "";
|
||||||
home.file."${config.xdg.dataHome}/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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user