Kde: install firefox plasma integration extension

This commit is contained in:
Toast 2023-08-28 18:30:42 +02:00
parent a0e2825acd
commit a0db9fdcde

View file

@ -4,6 +4,13 @@
# KDE specific firefox settings # KDE specific firefox settings
programs.firefox = { programs.firefox = {
policies = { policies = {
"ExtensionSettings" = {
# TODO: Install extensions the NUR instead of from AMO
"plasma-browser-integration@kde.org" = {
"installation_mode" = "normal_installed";
"install_url" = "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi";
};
};
"Preferences" = { "Preferences" = {
# Make firefox use the kde file picker # Make firefox use the kde file picker
"widget.use-xdg-desktop-portal.file-picker" = { "widget.use-xdg-desktop-portal.file-picker" = {