mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Install icons during postInstall phase of Nix flake
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user