user-interface: update librewolf setup
Alan Pearce alan@alanpearce.eu
Fri, 17 Nov 2023 19:37:05 +0100
1 files 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