Add password-store support

This commit is contained in:
Spotlight 2023-05-05 21:29:16 -05:00
parent 75a64abba2
commit e1e3b90548
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -39,6 +39,14 @@
init.defaultBranch = "main";
};
};
# password-store
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
};
};
# Very opinionated :)
programs.zsh = {
enable = true;