mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-18 02:31:01 +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
|
||
|
'';
|
||
|
}];
|
||
|
}
|