pass: Enable browserpass for librewolf

hyper
Simon Bruder 2024-01-27 10:33:27 +01:00
parent 4ff453a133
commit a09967c1c4
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 5 additions and 0 deletions

View File

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