mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-13 07:53:03 -04:00
148 current 2024-05-26 11:09:04 24.05.20240419.5c24cf2 6.8.6-zen1 *
This commit is contained in:
parent
d6a7b08b22
commit
2f7da6710a
1 changed files with 17 additions and 4 deletions
|
@ -22,7 +22,20 @@ in
|
||||||
programs.java.package = pkgs.temurin-bin-17;
|
programs.java.package = pkgs.temurin-bin-17;
|
||||||
programs.zoxide.enable = true;
|
programs.zoxide.enable = true;
|
||||||
programs.zoxide.enableZshIntegration = true;
|
programs.zoxide.enableZshIntegration = true;
|
||||||
|
programs.git.enable = true;
|
||||||
|
programs.git.userName = "sadan";
|
||||||
|
programs.git.userEmail = "117494111+sadan4@users.noreply.github.com";
|
||||||
|
programs.git.extraConfig = {
|
||||||
|
user = {
|
||||||
|
signingkey = "F1A53BC2CC6565EADD7B644FB2E2F4A5161A7800";
|
||||||
|
};
|
||||||
|
commit.gpgsign = true;
|
||||||
|
core.autocrlf = "input";
|
||||||
|
pull.rebase = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
init.defaultBranch = "main";
|
||||||
|
rerere.enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue