1
0
forked from extern/nix-config
donovanglover-nix-config/home-manager/tig/default.nix

10 lines
209 B
Nix
Raw Normal View History

{
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
'';
}];
}