12 lines
190 B
Nix
12 lines
190 B
Nix
{ ... }:
|
|
{
|
|
programs.delta = {
|
|
enableGitIntegration = true;
|
|
options = {
|
|
line-numbers = true;
|
|
side-by-side = true;
|
|
theme = "Monokai Extended Origin";
|
|
};
|
|
};
|
|
}
|