More dots
This commit is contained in:
16
home-mac.nix
Normal file
16
home-mac.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ pinentry_mac ];
|
||||
|
||||
home.file.gpg-agent = {
|
||||
target = ".gnupg/gpg-agent.conf";
|
||||
text = ''
|
||||
pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/bin/pinentry
|
||||
default-cache-ttl 86400
|
||||
max-cache-ttl 86400
|
||||
'';
|
||||
};
|
||||
|
||||
imports = [ ./home-common.nix ];
|
||||
}
|
||||
Reference in New Issue
Block a user