Compare commits

..

No commits in common. "e400a07efd33781a37f02e1e83416d3cd6b037aa" and "fc11df5c6bd8c5f06b6153b4203f3fba71162ce1" have entirely different histories.

3 changed files with 6 additions and 14 deletions

View File

@ -86,6 +86,10 @@ with lib; {
package = pkgs.gitAndTools.gitFull;
userName = "Nathan McCarty";
userEmail = "nathan@mccarty.io";
signing = {
key = lib.mkDefault "B7A40A5D78C08885";
signByDefault = config.nathan.programs.util.git.gpgSign;
};
ignores = [
"**/*~"
"*~"

View File

@ -14,12 +14,4 @@
};
config = { isDesktop = true; };
};
# Setup git commit signing with ssh key
programs.git = {
extraConfig = {
commit.gpgsign = true;
gpg.format = "ssh";
user.signingkey = "~/.ssh/id_ed25519.pub";
};
};
}

View File

@ -74,12 +74,8 @@ in {
{ name = "signal"; }
{ name = "mattermost"; }
])
# Unconditionally install core utilites
[
{ name = "keepingyouawake"; }
{ name = "iterm2"; }
{ name = "gpg-suite"; }
]
# Unconditionally install our keep awake tool
[{ name = "keepingyouawake"; }]
];
brews = lib.mkMerge [
(lib.mkIf config.nathan.programs.syncthing [{