From 16545ae411aa886e94be0deaae79e07f39b9adfb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 2 Feb 2024 08:51:02 -0800 Subject: install firefox The firefox packages for darwin are broken. `bandithedoge/nixpkgs-firefox-darwin` provides an overlay to install the package on darwin. Add some specific configurations to make firefox work as I want out of the box. We also add NUR to install some firefox extensions (ublock, 1password). --- home/git.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/git.nix') diff --git a/home/git.nix b/home/git.nix index 2c69c64..4fbbbb9 100644 --- a/home/git.nix +++ b/home/git.nix @@ -33,6 +33,9 @@ in # abort if the remote branch does not match the local one push.default = "simple"; + # https://adamj.eu/tech/2024/01/18/git-improve-diff-histogram/ + diff.algorithm = "histogram"; + init.defaultBranch = "main"; pull.rebase = true; -- cgit 1.4.1