aboutsummaryrefslogblamecommitdiff
path: root/home/programs/dev/delta.nix
blob: 726357f9a775dc143f9389caad00be71d8a13de8 (plain) (tree)
1
2
3
4
5
6
7






                                                               
{ ... }:
{
  programs.delta = {
    enable = true;
    options.features = "decorations side-by-side line-numbers";
  };
}