From b87ec5477c41a10246d740217944710b9db09a2f Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Fri, 9 May 2025 18:29:11 -0500 Subject: [PATCH] Don't deploy (broken) MIME types --- timberhearth.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/timberhearth.nix b/timberhearth.nix index 14cd9fa..1c3377a 100644 --- a/timberhearth.nix +++ b/timberhearth.nix @@ -40,6 +40,8 @@ in "/home/nora/.nix-profile/share" ]; + xdg.mime.enable = false; + # env vars home.sessionVariables = {};