mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -7,6 +7,14 @@ in {
|
|||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = lib.mkForce {
|
settings = lib.mkForce {
|
||||||
|
disableStartupPopups = true;
|
||||||
|
notARepository = "skip";
|
||||||
|
promptToReturnFromSubprocess = false;
|
||||||
|
update.method = "never";
|
||||||
|
git = {
|
||||||
|
commit.signOff = true;
|
||||||
|
parseEmoji = true;
|
||||||
|
};
|
||||||
gui = {
|
gui = {
|
||||||
theme = {
|
theme = {
|
||||||
activeBorderColor = [ accent "bold" ];
|
activeBorderColor = [ accent "bold" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user