dots/users/price/conf/password-store/default.nix
Price Hiller a870884e89
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m10s
feat(nix/hm/price): install and enable passwordstore
2024-05-28 16:55:11 -05:00

10 lines
138 B
Nix

{ ... }:
{
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_KEY = "C3FADDE7A8534BEB";
};
};
}