Install icons during postInstall phase of Nix flake

This commit is contained in:
Joel B.
2025-01-01 18:45:44 -05:00
parent 94599102e9
commit fa2e4f5ae8

View File

@ -188,6 +188,9 @@ in
mv $out/share/vim/vimfiles "$vim"
ln -sf "$vim" "$out/share/vim/vimfiles"
echo "$vim" >> "$out/nix-support/propagated-user-env-packages"
install -Dt $out/share/applications dist/linux/app.desktop
install -Dt $out/share/icons/com.mitchellh.ghostty.png images/icons/icon_512.png
'';
meta = {