email and stuff

This commit is contained in:
2024-09-06 16:08:36 -04:00
parent dde724ef34
commit b868436756
14 changed files with 123 additions and 197 deletions

View File

@@ -0,0 +1,27 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [
passExtensions.pass-otp
passExtensions.pass-file
];
programs = {
gpg = {
enable = true;
};
password-store = {
enable = true;
};
browserpass = {
enable = true;
};
};
# services = {
# gpg-agent = {
# enable = true;
# };
# };
}