mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
11 lines
121 B
Nix
11 lines
121 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.file = {
|
|
".gnupg" = {
|
|
source = ./files;
|
|
recursive = true;
|
|
};
|
|
};
|
|
}
|