This commit is contained in:
Bit Borealis 2023-07-24 07:07:00 +00:00
parent 4ecf4a65ee
commit 70739269cb
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -87,6 +87,7 @@
programs.home-manager.enable = true;
programs.git = {
enable = true;
lfs.enable = true;
delta = {
enable = true;
options = {
@ -99,14 +100,14 @@
features = "side-by-side line-numbers decorations";
};
};
includes.config.contents = {
user = {
email = "theotheroracle@disroot.org";
name = "Bit Borealis";
signingkey = "DD901BA40FBBB127";
};
commit.gpgsign = true;
init.defaultBranch = true;
signing = {
key = "DD901BA40FBBB127";
signByDefault = true;
};
userEmail = "theotheroracle@disroot.org";
userName = "Bit Borealis";
extraConfig = {
init.defaultBranch = "main";
};
};
programs.neovim = {