Add KDE plasma browser integration
This commit is contained in:
parent
485b3559ad
commit
0026c92bbe
|
@ -16,7 +16,6 @@
|
|||
hunspellDicts.en_GB-large
|
||||
];
|
||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
plasma-browser-integration
|
||||
konsole
|
||||
kate
|
||||
];
|
||||
|
|
|
@ -64,6 +64,11 @@
|
|||
installation_mode = "force_installed";
|
||||
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 = {
|
||||
Search = true;
|
||||
|
|
Loading…
Reference in a new issue