ghostty working again

This commit is contained in:
John Lancaster
2025-12-07 22:15:09 -06:00
parent 8f1ea421dc
commit da0ee1e014

View File

@@ -58,7 +58,7 @@
name = "Ghostty";
type = "Application";
comment = "A terminal emulator";
exec = "nixGL ghostty";
exec = "nixGLMesa ghostty";
icon = "com.mitchellh.ghostty";
terminal = false;
startupNotify = true;
@@ -75,14 +75,14 @@
actions = {
new-window = {
name = "New Window";
exec = "nixGL ghostty";
exec = "nixGLMesa ghostty";
};
};
};
# https://discourse.nixos.org/t/apps-installed-via-home-manager-are-not-visible-within-gnome/48252/2
# home.activation.copyDesktopFiles = lib.hm.dag.entryAfter ["installPackages"] ''
# if [ "$XDG_CURRENT_DESKTOP" = "GNOME" ]; then
# if [[ "$XDG_CURRENT_DESKTOP" == "GNOME" || "$XDG_CURRENT_DESKTOP" == "Unity" ]]; then
# mkdir -p "${config.home.homeDirectory}/.local/share/applications"