diff --git a/roles/desktop/firefox.nix b/roles/desktop/firefox.nix index 76c431a..238149b 100644 --- a/roles/desktop/firefox.nix +++ b/roles/desktop/firefox.nix @@ -35,6 +35,20 @@ "Value" = true; "Status" = "locked"; }; + # Make firefox use the kde file picker + "widget.use-xdg-desktop-portal.file-picker" = { + "Value" = 1; + "Status" = "default"; + }; + /* + Not sure what this does, + but https://wiki.archlinux.org/title/Firefox#KDE_integration + tells me to enable it + */ + "widget.use-xdg-desktop-portal.mime-handler" = { + "Value" = 1; + "Status" = "default"; + }; }; "Permissions" = { "Autoplay" = {