Added better gnome compatibility

This commit is contained in:
2024-05-19 09:41:42 -03:00
parent 67872d4467
commit b2bc364179
2 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,12 @@
userName = "Thomas Syms";
userEmail = "thomassyms@gmail.com";
extraConfig = {
credential.helper = "${
pkgs.git.override {withLibsecret = true;}
}/bin/git-credential-libsecret";
};
};
home.shellAliases = {