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
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
pry
|
pry
|
||||||
|
pwgen
|
||||||
tmux
|
tmux
|
||||||
virt-manager
|
virt-manager
|
||||||
wget
|
wget
|
||||||
|
@ -67,6 +68,7 @@ in {
|
||||||
# password-store
|
# password-store
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
|
||||||
settings = {
|
settings = {
|
||||||
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue