diff --git a/configuration.nix b/configuration.nix index 1e50cad..50cd19b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -147,7 +147,7 @@ xdg.terminal-exec = { enable = true; settings = { - default = [ "ghostty.desktop" ]; + default = [ "com.mitchellh.ghostty.desktop" ]; }; }; diff --git a/home-modules/terminal.nix b/home-modules/terminal.nix index 4139894..a8aa931 100644 --- a/home-modules/terminal.nix +++ b/home-modules/terminal.nix @@ -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";