From 20e2b5e20eb4d0e47867d33450dc9bd17978574b Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 25 Apr 2025 15:04:50 +0200 Subject: [PATCH] Disable mimeapp managing by hm --- homes/julian/features/hyprland/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 1b4efd5..6ebe07b 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -57,8 +57,6 @@ in enable = true; }; - xdg.mimeApps.enable = true; # TODO: what is that? - home.sessionVariables = { MOZ_ENABLE_WAYLAND = 1; QT_QPA_PLATFORM = "wayland";