Remove lazygit configuration

This commit is contained in:
Oliver Davies 2024-03-12 23:02:49 +00:00
parent 506f99fdf1
commit b22ee35bb6

View file

@ -130,13 +130,5 @@
user.signingkey = "~/.ssh/id_rsa.pub";
};
};
lazygit = {
enable = true;
settings = {
gui.skipDiscardChangeWarning = true;
};
};
};
}