Skip to content

Commit

Permalink
Update some configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Dec 30, 2023
1 parent 8cd40fe commit b9d3c14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ in
Host *
ForwardAgent yes
AddKeysToAgent yes
GSSAPIAuthentication no
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
'';
Expand Down Expand Up @@ -170,6 +171,7 @@ in
rebase=true;
};
mergetool.prompt = "false";
git.path = toString pkgs.git;
};
includes = [
# use different signing key
Expand All @@ -183,6 +185,16 @@ in
# };
# };
#}
{
condition = "gitdir:~/comm/comm";
contents = {
user = {
name = "Jonathan Ringer";
email = "[email protected]";
signingKey = "SHA256:KtR4tLVU9XtEqWk5V1IuBfpZ/vvtAtSxxE49EE47MWQ";
};
};
}
# prevent background gc thread from constantly blocking reviews
{
condition = "gitdir:~/projects/nixpkgs";
Expand Down
3 changes: 3 additions & 0 deletions vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ pkgs:
set foldlevelstart=99
set foldcolumn=0
" Displays column at character
set colorcolumn=80
set list
set listchars=tab:>-
Expand Down

0 comments on commit b9d3c14

Please sign in to comment.