From 7752a15595162a6d3111a30eeb1e82a5f7d64e7d Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Fri, 23 May 2025 03:17:40 +0200 Subject: [PATCH] Made plasma browser integration work for firefox --- commit_text | 2 +- home.nix | 2 ++ .../org.kde.plasma.browser_integration.json | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json diff --git a/commit_text b/commit_text index 3e737b0..9793a6a 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added plasma browser integration +Made plasma browser integration work for firefox diff --git a/home.nix b/home.nix index 17844e5..786c5d0 100644 --- a/home.nix +++ b/home.nix @@ -44,4 +44,6 @@ }; home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; }; + + home.file.".mozilla" = {source = ./mozilla; }; } diff --git a/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json b/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json new file mode 100644 index 0000000..44680c1 --- /dev/null +++ b/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json @@ -0,0 +1,7 @@ +{ + "name": "org.kde.plasma.browser_integration", + "description": "Native connector for KDE Plasma", + "path": "/run/current-system/sw/bin/plasma-browser-integration-host", + "type": "stdio", + "allowed_extensions": ["plasma-browser-integration@kde.org"] +}