From 12c0b17c8cf2bec438a2e2b499058334611b9ee9 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 2 Oct 2024 10:21:54 +0200 Subject: [PATCH] nsxic as default mime application --- gui-software.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gui-software.nix b/gui-software.nix index ecf1a74..e51453c 100644 --- a/gui-software.nix +++ b/gui-software.nix @@ -49,6 +49,12 @@ "application/xhtml+xml" = "firefox.desktop"; "application/x-extension-xhtml" = "firefox.desktop"; "application/x-extension-xht" = "firefox.desktop"; + "image/webp" = "nsxiv.desktop"; + "image/jpeg" = "nsxiv.desktop"; + "image/png" = "nsxiv.desktop"; + "image/gif" = "nsxiv.desktop"; + "image/bmp" = "nsxiv.desktop"; + "image/svg+xml" = "nsxiv.desktop"; }; home.sessionVariables = { BROWSER = "firefox"; };