nix-config/home-manager/tig/default.nix
2023-05-16 17:09:05 -04:00

10 lines
209 B
Nix

{
home-manager.sharedModules = [{
xdg.configFile."tig/config".text = ''
color cursor black green bold
color title-focus black blue bold
color title-blur black blue bold
'';
}];
}