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

@ -147,7 +147,7 @@
xdg.terminal-exec = { xdg.terminal-exec = {
enable = true; enable = true;
settings = { settings = {
default = [ "ghostty.desktop" ]; default = [ "com.mitchellh.ghostty.desktop" ];
}; };
}; };

View file

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