Fixing nvim as git code editor
This commit is contained in:
parent
d3c8be615a
commit
5fbb3cc099
2 changed files with 4 additions and 7 deletions
|
|
@ -63,11 +63,10 @@
|
||||||
'';
|
'';
|
||||||
environment.shells = with pkgs; [ fish ];
|
environment.shells = with pkgs; [ fish ];
|
||||||
|
|
||||||
# # Environment Variables
|
# Environment Variables
|
||||||
# environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
EDITOR = "hx";
|
||||||
# GTK_USE_PORTAL = "1";
|
};
|
||||||
# };
|
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,6 @@
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
code.editor = "nvim";
|
|
||||||
merge.tool = "nvim";
|
|
||||||
color.ui = true;
|
color.ui = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
includeIf = {
|
includeIf = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue