update scripts
This commit is contained in:
parent
320adcf1ac
commit
091995849f
|
@ -57,6 +57,8 @@
|
|||
exa
|
||||
fd
|
||||
bc
|
||||
file
|
||||
jq
|
||||
du-dust
|
||||
p7zip
|
||||
tealdeer
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue