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"; credential.helper = "store";
}; };
}; };
programs.gh = {
enable = true;
gitCredentialHelper = {
enable = true;
};
};
} }
+1
View File
@@ -21,6 +21,7 @@ in {
}; };
auth = { auth = {
fingerprint.enabled = true; fingerprint.enabled = true;
fingerprint.placeholder_text = "Enter Password 󰈷";
}; };
background = { background = {
monitor = ""; monitor = "";