dotfiles/nixos/hm-profiles/mark.nix

5 lines
133 B
Nix

{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, hostname, rlib }:
{ config, lib, ... }: {
services.gpg-agent.enable = true;
}