From 9ed75b4c1325a67449f330a37d6fa3af07ba76a6 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Thu, 11 Sep 2025 20:58:35 -0400 Subject: [PATCH] Update flake to install icons --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = ''