task | add password-store
This commit is contained in:
parent
b77aa018ce
commit
075957584b
1 changed files with 12 additions and 0 deletions
|
|
@ -3,6 +3,18 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
||||
# password-store extensions for browsers
|
||||
# you need to install the browser extension for this to work
|
||||
# https://github.com/browserpass/browserpass-extension
|
||||
programs.browserpass = {
|
||||
enable = true;
|
||||
browsers = [
|
||||
# "chrome"
|
||||
# "chromium"
|
||||
"firefox"
|
||||
];
|
||||
};
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
# package = pkgs.librewolf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue