Skip to content

Commit

Permalink
flake: Copy logo.svg in postInstall hook
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 4, 2025
1 parent b1ee4ab commit a3fa658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ in
postInstall = ''
mkdir -p $out/lib
installShellCompletion ${./contrib/completion}/hx.{bash,fish,zsh}
mkdir -p $out/share/{applications,icons/hicolor/256x256/apps}
mkdir -p $out/share/{applications,icons/hicolor/{256x256,scalable}/apps}
cp ${./contrib/Helix.desktop} $out/share/applications
cp ${./logo.svg} $out/share/icons/hicolor/scalable/apps/helix.svg
cp ${./contrib/helix.png} $out/share/icons/hicolor/256x256/apps
'';

Expand Down

0 comments on commit a3fa658

Please sign in to comment.