rin/packages: add bitwarden messaginghost to firefox

This commit is contained in:
LavaDesu 2025-04-23 17:46:08 +10:00
parent c54fa3c517
commit b310b4e691
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,7 +7,10 @@ let
aspnetcore_9_0-bin
]);
in {
programs.firefox.enable = true;
programs.firefox = {
enable = true;
nativeMessagingHosts = [ pkgs.bitwarden-desktop ];
};
home.packages = with pkgs; [
dconf