Fix opening terminal applications from desktop files

This commit is contained in:
Fern Garden 2025-07-13 20:38:49 +08:00
parent 8cb99388eb
commit 3d02883303

View file

@ -141,6 +141,12 @@ with lib; {
))
];
# Allow opening terminal applications from gnome app launcher.
xdg.terminal-exec = {
enable = true;
settings.default = ["ghostty.desktop"];
};
# Enable gamemode service.
programs.gamemode.enable = true;