wow
This commit is contained in:
parent
75154d0536
commit
8dae2ef9db
7 changed files with 120 additions and 117 deletions
|
|
@ -201,7 +201,7 @@ in {
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-emacs;
|
||||
pinentry.package = pkgs.pinentry-emacs;
|
||||
# extraConfig = ''
|
||||
# pinentry-program ${pkgs.pinentry.qt}/bin/pinentry
|
||||
# '';
|
||||
|
|
@ -303,8 +303,12 @@ in {
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Chris Cochrun";
|
||||
userEmail = "chris@cochrun.xyz";
|
||||
settings = {
|
||||
user = {
|
||||
name = "Chris Cochrun";
|
||||
email = "chris@cochrun.xyz";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue