summary refs log tree commit diff stats
path: root/user/settings/gnupg.nix
blob: 7f96223cd533ea61cdb849ca3050e706d99ebd2c (plain)
1
2
3
4
5
6
7
8
9
10
{
  config,
  pkgs,
  ...
}: {
  home.file.".gnupg" = {
    recursive = true;
    source = ../gnupg;
  };
}