summary refs log tree commit diff stats
path: root/user/settings/gnupg.nix
blob: 86480aee04fcdaebf15cab3c145e704c5f3fe295 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  home.file.".gnupg" = {
    recursive = true;
    source = ../gnupg;
  };
}