password store variable

This commit is contained in:
Ivan Dimitrov 2024-01-29 08:48:20 +00:00
parent 99070acee6
commit a2c2d2839a

View File

@ -28,6 +28,9 @@
append /usr/bin/env append /usr/bin/env
) )
''; '';
sessionVariables = {
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
shellAliases = { shellAliases = {
gcal = '' gcal = ''
bash -c "cal $(date +%Y)" bash -c "cal $(date +%Y)"