Configure pam-gnupg

Automatically unlock my GPG key on login to make it easier to work with
pass, neomutt, etc.

See https://github.com/cruegge/pam-gnupg.
This commit is contained in:
Oliver Davies 2025-04-22 00:31:56 +01:00
parent 5b224bbe42
commit 14583971ed
5 changed files with 33 additions and 6 deletions

View file

@ -17,10 +17,7 @@
];
};
xserver = {
displayManager.startx.enable = true;
windowManager.dwm.enable = true;
};
xserver.windowManager.dwm.enable = true;
};
systemd.user.services.dwm-status.serviceConfig.Restart = "on-failure";