From b710b6058767cf1d7c780f7e93aea6f52ad021c5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 22:09:51 +0200 Subject: Create shim home-manager modules --- modules/gnupg.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/gnupg.nix (limited to 'modules/gnupg.nix') diff --git a/modules/gnupg.nix b/modules/gnupg.nix new file mode 100644 index 0000000..6dcb31f --- /dev/null +++ b/modules/gnupg.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + home.file.".gnupg" = { + recursive = true; + source = ../gnupg/.gnupg; + }; +} -- cgit 1.4.1