mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
8 lines
257 B
Nix
8 lines
257 B
Nix
{
|
|
gpg-immutable-keyfiles = ./immutable-keyfiles.nix;
|
|
gpg-mutable-keyfiles = ./mutable-keyfiles.nix;
|
|
gpg-multiple-keys-trust = ./multiple-keys-trust.nix;
|
|
gpg-override-defaults = ./override-defaults.nix;
|
|
gpg-other-settings = ./other-settings.nix;
|
|
}
|