fix: quote all pass settings values as strings
This commit is contained in:
parent
609d67bdb9
commit
2d98a9e83c
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
||||||
PASSWORD_STORE_GIT = "git+https://git.iscg.dev/mikl/password-store.git";
|
PASSWORD_STORE_GIT = "git+https://git.iscg.dev/mikl/password-store.git";
|
||||||
PASSWORD_STORE_X_SELECTION_TIMEOUT = 5;
|
PASSWORD_STORE_X_SELECTION_TIMEOUT = 5;
|
||||||
|
PASSWORD_STORE_CLIP_TIME = 45;
|
||||||
# extensions
|
# extensions
|
||||||
extensions = [ "otp" ];
|
extensions = [ "otp" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue