Fix Librewolf native messaging host

This commit is contained in:
GHOSCHT 2025-01-10 16:30:40 +01:00
parent 0068c3d6d3
commit ebe669ca0b
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -2,11 +2,13 @@
, pkgs
, ...
}: {
# Enable kde-connect for non-Plasma DEs
home.file.".librewolf/native-messaging-hosts/org.kde.plasma.browser_integration.json".source = "${pkgs.plasma5Packages.plasma-browser-integration}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json";
programs.librewolf = {
enable = true;
package = pkgs.librewolf.override {
nativeMessagingHosts = with pkgs; [
kdePackages.plasma-browser-integration
];
};
profiles.Default = {
extensions = with inputs.firefox-addons.packages."x86_64-linux"; [