From e3ac007ace904b285acd324c7f5a1eed071da51e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 30 Jul 2025 10:34:13 +0000 Subject: [PATCH] fixup! WIP: home: xdg: add 'mime-apps' --- modules/home/xdg/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/home/xdg/default.nix b/modules/home/xdg/default.nix index e16a4b6..f72d36f 100644 --- a/modules/home/xdg/default.nix +++ b/modules/home/xdg/default.nix @@ -15,10 +15,6 @@ in enable = true; # File types mime.enable = true; - # File associations - mimeApps = { - enable = true; - }; # User directories userDirs = { enable = true;