My dotfiles (written in Nix, btw!) ❄

switch git editor to hx

+1 -1
+1 -1
user/git.nix
··· 8 8 signByDefault = true; 9 9 }; 10 10 extraConfig = { 11 - core.editor = "nvim"; 11 + core.editor = "hx"; 12 12 }; 13 13 }; 14 14 programs.gh.enable = true;