Skip to content

Commit e3bff15

Browse files
committed
refactor(git): use neovim
1 parent 5a2aab7 commit e3bff15

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

home-manager/common/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs, ... }:
1+
{ pkgs, lib, ... }:
22
{
33
imports = [ ./nixvim ];
44

@@ -61,9 +61,8 @@
6161
};
6262
};
6363
extraConfig = {
64-
init = {
65-
defaultBranch = "main";
66-
};
64+
core.editor = lib.getExe pkgs.unstable.neovim-unwrapped;
65+
init.defaultBranch = "main";
6766
};
6867
signing = {
6968

0 commit comments

Comments
 (0)