all repos — nixfiles @ 7445dd16c27e21bae83506c1811dc163ca4bed28

System and user configuration, managed by nix and home-manager

user-interface: update librewolf setup
Alan Pearce alan@alanpearce.eu
Fri, 17 Nov 2023 19:37:05 +0100
commit

7445dd16c27e21bae83506c1811dc163ca4bed28

parent

2d8104c4f4a035744ce609e478f8037cdaa9f196

1 files changed, 9 insertions(+), 4 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -14,9 +14,15 @@ services.ssh-agent = {     enable = stdenv.hostPlatform.isLinux;
   };
 
-  nixpkgs.config.librewolf = {
-    enablePlasmaBrowserIntegration = true;
-    enableTridactylNative = true;
+  programs.librewolf = {
+    enable = stdenv.hostPlatform.isLinux;
+    package = pkgs.librewolf.override {
+      nativeMessagingHosts = with pkgs; [
+        tridactyl-native
+        plasma-browser-integration
+        keepassxc
+      ];
+    };
   };
   home.packages = with pkgs;
     [
@@ -42,7 +48,6 @@ ];       })
     ]
     ++ lib.optionals (!stdenv.isDarwin) (with pkgs; [
-      librewolf
       logseq
 
       falkon