update scripts

This commit is contained in:
Leonardo Eugênio 2023-05-02 00:19:23 -03:00
parent 320adcf1ac
commit 091995849f
2 changed files with 11 additions and 0 deletions

View file

@ -57,6 +57,8 @@
exa
fd
bc
file
jq
du-dust
p7zip
tealdeer

View file

@ -48,6 +48,15 @@ in {
mimeType = [ "x-scheme-handler/mailto" ];
settings = { Keywords = "Mail;E-mail;"; };
};
down_meme = {
name = "DownMeme";
genericName = "Download memes";
exec = "down_meme";
terminal = true;
type = "Application";
icon = "download";
categories = [ "Network" ];
};
};
# workaround to allow overriding mimeapps file
# btw, whatever it was that decided that damn file should always be written is an asshole