Update flake to install icons

This commit is contained in:
Javier Feliz 2025-09-11 20:58:35 -04:00
parent cd5386de36
commit 9ed75b4c13

View File

@ -57,6 +57,12 @@
gtk4-layer-shell gtk4-layer-shell
]; ];
# Install custom icons
postInstall = ''
mkdir -p $out/share/waycast/icons
cp -r assets/icons/* $out/share/waycast/icons/
'';
# wrapGAppsHook4 handles most GTK runtime setup automatically # wrapGAppsHook4 handles most GTK runtime setup automatically
# Just ensure icon themes are available # Just ensure icon themes are available
preFixup = '' preFixup = ''