Git and hyprlock updates

This commit is contained in:
Henry Sipp
2025-07-04 13:32:53 -05:00
parent 78af59d696
commit cd1e64614e
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -9,4 +9,11 @@ in {
credential.helper = "store";
};
};
programs.gh = {
enable = true;
gitCredentialHelper = {
enable = true;
};
};
}