Enable pass-otp
This commit is contained in:
parent
32c6f4a42f
commit
a15a966854
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ in {
|
|||
mtr
|
||||
ncdu
|
||||
pry
|
||||
pwgen
|
||||
tmux
|
||||
virt-manager
|
||||
wget
|
||||
|
@ -67,6 +68,7 @@ in {
|
|||
# password-store
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue