Compare commits
No commits in common. "bf3b33b0eda0f6df9a0c1257ee4bb7f7ab2fa4a4" and "9485016df5e25eabd70ffcf9a00e30f29dfaa67a" have entirely different histories.
bf3b33b0ed
...
9485016df5
2 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,6 @@ with lib; {
|
|||
clipmenu
|
||||
flameshot
|
||||
xclip
|
||||
brightnessctl
|
||||
]
|
||||
++ (with unstable; []);
|
||||
};
|
||||
|
|
|
@ -6,17 +6,18 @@
|
|||
...
|
||||
}: {
|
||||
home-manager.users.${vars.user} = {
|
||||
#Prefer IPv4 for ssh
|
||||
home.file.".ssh/config".text = "AddressFamily inet";
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "GHOSCHT";
|
||||
userEmail = "31184695+GHOSCHT@users.noreply.github.com";
|
||||
|
||||
extraConfig = {
|
||||
# Sign all commits using ssh key
|
||||
commit.gpgsign = true;
|
||||
user.signingkey = "0x2C2C1C62A5388E82";
|
||||
# gpg.format = "ssh";
|
||||
# gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers";
|
||||
# user.signingkey = "~/.ssh/git.pub";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue