✨ Moved common home-manager config to shared/home-manager
This commit is contained in:
9
shared/home-manager/gpg.nix
Normal file
9
shared/home-manager/gpg.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user