From b756113d8d0f84548b0f554529e568b9088f5413 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 5 Apr 2024 16:23:19 +0200 Subject: [PATCH] remove mimetypes, maybe this fixes wl-paste types --- hosts/default/home.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 9e71ba8..711646c 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -112,15 +112,6 @@ enable = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; }; - mimeApps = lib.mkIf config.modules.wofi.lazy { - enable = true; - associations.added = { - "video/mp4" = [ "mpv.out.desktop" ]; - }; - defaultApplications = { - "video/mp4" = [ "mpv.out.desktop" ]; - }; - }; };