♻️ [shared] Moved Hm configs to shared base
This commit is contained in:
10
shared/base/home-manager/gpg.nix
Normal file
10
shared/base/home-manager/gpg.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user