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

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