mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
10 lines
209 B
Nix
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
|
|
'';
|
|
}];
|
|
}
|