fix git
This commit is contained in:
parent
4ecf4a65ee
commit
70739269cb
17
home.nix
17
home.nix
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue