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.home-manager.enable = true;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
delta = {
|
delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
options = {
|
||||||
|
@ -99,14 +100,14 @@
|
||||||
features = "side-by-side line-numbers decorations";
|
features = "side-by-side line-numbers decorations";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
includes.config.contents = {
|
signing = {
|
||||||
user = {
|
key = "DD901BA40FBBB127";
|
||||||
email = "theotheroracle@disroot.org";
|
signByDefault = true;
|
||||||
name = "Bit Borealis";
|
};
|
||||||
signingkey = "DD901BA40FBBB127";
|
userEmail = "theotheroracle@disroot.org";
|
||||||
};
|
userName = "Bit Borealis";
|
||||||
commit.gpgsign = true;
|
extraConfig = {
|
||||||
init.defaultBranch = true;
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
Loading…
Reference in a new issue