lazygit: Update settings

This commit is contained in:
The Hedgehog 2022-08-03 15:44:08 -04:00
parent 121284307c
commit 15d58544a4
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
{pkgs, ...}:
{ pkgs, ... }:
with pkgs; {
programs.git = {
enable = true;
@ -60,6 +60,9 @@ with pkgs; {
programs.lazygit = {
enable = true;
settings = {
gui.showIcons = true;
gui.showRandomTip = false;
gui.theme.selectedLineBgColor = [ "default" ];
git.paging = {
pager = "delta --dark --paging=never";
colorArg = "always";