Add KDE plasma browser integration

This commit is contained in:
Evie Litherland-Smith 2024-10-18 08:51:26 +01:00
parent 485b3559ad
commit 0026c92bbe
2 changed files with 5 additions and 1 deletions

View file

@ -16,7 +16,6 @@
hunspellDicts.en_GB-large hunspellDicts.en_GB-large
]; ];
plasma6.excludePackages = with pkgs.kdePackages; [ plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
konsole konsole
kate kate
]; ];

View file

@ -64,6 +64,11 @@
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/clearurls/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/clearurls/latest.xpi";
}; };
# KDE Plasma Integration
"plasma-browser-integration@kde.org" = {
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi";
};
}; };
FirefoxHome = { FirefoxHome = {
Search = true; Search = true;