diff --git a/user/home.nix b/user/home.nix index 5e13377..a3835ed 100644 --- a/user/home.nix +++ b/user/home.nix @@ -57,6 +57,8 @@ exa fd bc + file + jq du-dust p7zip tealdeer diff --git a/user/mimeapps.nix b/user/mimeapps.nix index 56b5d61..1a5113e 100644 --- a/user/mimeapps.nix +++ b/user/mimeapps.nix @@ -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