From 6b7069a0edbf2cb532eda3ec64c8b11f6f7a4455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 14 Apr 2024 20:16:03 +0200 Subject: [PATCH] add plasma-interation --- home/jonas/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/jonas/firefox.nix b/home/jonas/firefox.nix index 971c475..7e58733 100644 --- a/home/jonas/firefox.nix +++ b/home/jonas/firefox.nix @@ -32,6 +32,7 @@ extensions = with inputs.firefox-addons.packages."x86_64-linux"; [ ublock-origin violentmonkey + plasma-integration ]; }; };