diff --git a/flake.nix b/flake.nix index c76075b..d9aa272 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,12 @@ 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 # Just ensure icon themes are available preFixup = ''