pass: Enable browserpass for librewolf
This commit is contained in:
parent
4ff453a133
commit
a09967c1c4
|
@ -14,4 +14,9 @@
|
|||
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
||||
};
|
||||
};
|
||||
|
||||
programs.browserpass = {
|
||||
enable = true;
|
||||
browsers = [ "librewolf" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue