1
0
Fork 0
nixos-config/home-manager/roles/headless.nix

4 lines
65 B
Nix
Raw Normal View History

2022-03-08 01:42:46 +00:00
{pkgs, ...}: {
2020-05-22 13:45:07 +00:00
services.gpg-agent.pinentryFlavor = "curses";
}