1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

git: unset pager while using difftastic (#3633)

This commit is contained in:
Loïc Reynier 2023-02-02 02:58:17 +01:00 committed by GitHub
parent 782cb855b2
commit 2f62da9837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -527,10 +527,7 @@ in {
"--background ${cfg.difftastic.background}"
"--display ${cfg.difftastic.display}"
];
in {
diff.external = difftCommand;
core.pager = "${pkgs.less}/bin/less -XF";
};
in { diff.external = difftCommand; };
})
(mkIf cfg.delta.enable {