Add password-store support
This commit is contained in:
parent
75a64abba2
commit
e1e3b90548
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# password-store
|
||||||
|
programs.password-store = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Very opinionated :)
|
# Very opinionated :)
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue