Set default editor

This commit is contained in:
2024-07-20 18:16:19 -07:00
parent fc10af314f
commit 7780e4db53

View File

@@ -111,6 +111,7 @@ with import <nixpkgs> {};
# #
home.sessionVariables = { home.sessionVariables = {
DOOMLOCALDIR = "${config.xdg.dataHome}/doom"; DOOMLOCALDIR = "${config.xdg.dataHome}/doom";
EDITOR = "emacs -nw";
}; };
home.sessionPath = [ home.sessionPath = [