From 3ed2215f13ad392017bddc2de33873d801479f2b Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Tue, 26 Aug 2025 16:48:11 +0900 Subject: [PATCH] fix(xdg): force mimeapps.list to avoid overwrite --- home/toast/modules/xdg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/toast/modules/xdg.nix b/home/toast/modules/xdg.nix index 0a4aa41..8f94cb4 100644 --- a/home/toast/modules/xdg.nix +++ b/home/toast/modules/xdg.nix @@ -11,5 +11,6 @@ "x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop"; }; }; + configFile."mimeapps.list".force = true; }; }