dotfiles/nix/home-manager/profiles/mark.nix
2021-02-28 18:14:01 +01:00

5 lines
133 B
Nix

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