user-interface: update librewolf setup
1 file changed, 9 insertions(+), 4 deletions(-)
M user/settings/user-interface.nix → user/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