Fix opening terminal applications from desktop files
This commit is contained in:
parent
8cb99388eb
commit
3d02883303
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue