update scripts
This commit is contained in:
parent
320adcf1ac
commit
091995849f
|
@ -57,6 +57,8 @@
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
bc
|
bc
|
||||||
|
file
|
||||||
|
jq
|
||||||
du-dust
|
du-dust
|
||||||
p7zip
|
p7zip
|
||||||
tealdeer
|
tealdeer
|
||||||
|
|
|
@ -48,6 +48,15 @@ in {
|
||||||
mimeType = [ "x-scheme-handler/mailto" ];
|
mimeType = [ "x-scheme-handler/mailto" ];
|
||||||
settings = { Keywords = "Mail;E-mail;"; };
|
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
|
# workaround to allow overriding mimeapps file
|
||||||
# btw, whatever it was that decided that damn file should always be written is an asshole
|
# btw, whatever it was that decided that damn file should always be written is an asshole
|
||||||
|
|
Loading…
Reference in a new issue