feat: use raw ghostty launcher

This commit is contained in:
Jet 2026-04-30 14:09:08 -07:00
parent 8b45b61f1c
commit dc54cd64c2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
};
};
xdg.desktopEntries.ghostty = {
xdg.desktopEntries."com.mitchellh.ghostty" = {
name = "Ghostty";
genericName = "Terminal Emulator";
exec = "${pkgs.ghostty}/bin/ghostty --fullscreen=true -e ${homeLib.zellijPersistentSession}/bin/zellij-persistent-session";