Skip to content

Commit

Permalink
test if my gpg key works
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStolz committed Dec 9, 2024
1 parent 9962df7 commit 8cd4331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ in
graph = "log --all --decorate --oneline --graph";
};
extraConfig = {
#user.signingkey = "1D68343249781AD9";
user.signingkey = "1D68343249781AD9";
gpg.program = "gpg";
push.autoSetupRemote = true;
#commit.gpgsign = true;
commit.gpgsign = true;
core.editor = "nvim";
core.autocrlf = "input";
init.defaultBranch = "main";
Expand All @@ -102,6 +102,7 @@ in
};
};


yt-dlp.enable = true;

kitty = {
Expand Down

0 comments on commit 8cd4331

Please sign in to comment.