dotfiles/nix/home-manager/profiles/mark.nix

4 lines
62 B
Nix
Raw Normal View History

{ config, lib, ... }: {
services.gpg-agent.enable = true;
2021-01-25 20:41:16 +01:00
}