Revert "fix(ghostty): add cairo wrapper and make it the default terminal"

This reverts commit 2e58a2d4ad.
This commit is contained in:
randogoth 2026-02-04 21:55:34 +02:00
parent 2e58a2d4ad
commit a59facdb0a
5 changed files with 8 additions and 17 deletions

View file

@ -29,7 +29,7 @@ let
name = "com.mitchellh.ghostty";
desktopName = "Terminal";
genericName = "Terminal Emulator";
exec = "ghostty-cairo";
exec = "ghostty";
icon = "com.mitchellh.ghostty";
categories = [
"System"
@ -37,7 +37,7 @@ let
"Utility"
];
terminal = false;
comment = "Terminal (Cairo renderer fallback)";
comment = "Fast GPU-accelerated terminal";
};
in
{

View file

@ -50,7 +50,7 @@ in
"org/gnome/shell/extensions/logo-menu" = {
menu-button-icon-image = lib.gvariant.mkInt32 51;
menu-button-terminal = "ghostty-cairo";
menu-button-terminal = "ghostty";
menu-button-system-monitor = "missioncenter";
menu-button-extensions-app = "com.mattjakeman.ExtensionManager.desktop";
hide-softwarecentre = true;