1
0
forked from extern/nix-config

feat: Add tig config

This commit is contained in:
Donovan Glover 2023-05-10 13:49:40 -04:00
parent 50b4a48709
commit e05914ae18
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -127,5 +127,10 @@
};
};
};
xdg.configFile."tig/config".text = ''
color cursor black green bold
color title-focus black blue bold
color title-blur black blue bold
'';
};
}