forked from Shinonome/omarchy-nix
Git and hyprlock updates
This commit is contained in:
@@ -9,4 +9,11 @@ in {
|
|||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gh = {
|
||||||
|
enable = true;
|
||||||
|
gitCredentialHelper = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ in {
|
|||||||
};
|
};
|
||||||
auth = {
|
auth = {
|
||||||
fingerprint.enabled = true;
|
fingerprint.enabled = true;
|
||||||
|
fingerprint.placeholder_text = " Enter Password ";
|
||||||
};
|
};
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user