remove mimetypes, maybe this fixes wl-paste types

This commit is contained in:
Noa Aarts 2024-04-05 16:23:19 +02:00
parent f350f26baf
commit b756113d8d

View file

@ -112,15 +112,6 @@
enable = true; enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; 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" ];
};
};
}; };