From fca3b906084c16e2ea541f6db9b11e974830d113 Mon Sep 17 00:00:00 2001 From: Bun Date: Sun, 4 May 2025 23:07:30 -0400 Subject: [PATCH] Simplify xdg defaults --- modules/home/settings/xdg/defaults/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/settings/xdg/defaults/default.nix b/modules/home/settings/xdg/defaults/default.nix index 9d9094cb..b8ba593b 100644 --- a/modules/home/settings/xdg/defaults/default.nix +++ b/modules/home/settings/xdg/defaults/default.nix @@ -5,7 +5,6 @@ "text/plain" = [ "nvim.desktop" ]; "image/png" = [ "imv.desktop" ]; "image/jpeg" = [ "imv.desktop" ]; - "image/jp2" = [ "imv.desktop" ]; "image/gif" = [ "mpv.desktop" ]; "video/*" = [ "mpv.desktop" ]; };