pass: Enable browserpass for librewolf

This commit is contained in:
Simon Bruder 2024-01-27 10:33:27 +01:00
parent 4ff453a133
commit a09967c1c4
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -14,4 +14,9 @@
PASSWORD_STORE_DIR = "$HOME/.password-store"; PASSWORD_STORE_DIR = "$HOME/.password-store";
}; };
}; };
programs.browserpass = {
enable = true;
browsers = [ "librewolf" ];
};
} }