fixes, config passes nix flake check .
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
withDelta = true;
|
||||
};
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
features = "decorations interactive";
|
||||
navigate = true;
|
||||
hyperlinks = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user