mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
fix(git): use default package and difftastic
This commit is contained in:
parent
d9ca47aa46
commit
ab88ea3213
1 changed files with 2 additions and 6 deletions
|
|
@ -1,12 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
_: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
||||
difftastic = {
|
||||
enable = true;
|
||||
display = "inline";
|
||||
};
|
||||
difftastic.enable = true;
|
||||
|
||||
ignores = [
|
||||
".DS_Store"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue