fixup! WIP: add jujutsu (w/ Delta)
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
3bea0598a5
commit
76f8875cac
1 changed files with 1 additions and 8 deletions
|
|
@ -37,13 +37,6 @@ in
|
|||
enabled.
|
||||
'';
|
||||
}
|
||||
{
|
||||
assertion = cfg.jujutsu.enable -> cfg.git.enable;
|
||||
message = ''
|
||||
`config.my.home.delta.jujutsu` relies on `config.my.home.delta.git`
|
||||
being enabled.
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
||||
home.packages = [ cfg.package ];
|
||||
|
|
@ -100,7 +93,7 @@ in
|
|||
# Delta expects a `git diff` input
|
||||
diff-formatter = ":git";
|
||||
|
||||
pager = "${lib.getExe cfg.package}";
|
||||
pager = [ (lib.getExe cfg.package) "--config=${configPath}" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue