use correct syntax for spawning terminal app

This commit is contained in:
Leonardo Eugênio 2022-12-06 20:29:38 -03:00
parent 057095197e
commit fd79ee3c05
5 changed files with 6 additions and 8 deletions

View file

@ -39,8 +39,8 @@ in {
name = "Neomutt";
genericName = "Email Client";
comment = "View and Send Emails";
exec = "terminal neomutt %U";
terminal = false;
exec = "neomutt %U";
terminal = true;
type = "Application";
icon = "mutt";
categories = [ "Network" "Email" ];