workaround for EDITOR="nano"

This commit is contained in:
2026-06-06 23:00:22 +08:00
parent 2b773af620
commit cfe29e07ac
+2
View File
@@ -14,6 +14,8 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# workaround
environment.sessionVariables.EDITOR = "nvim";
my.hm = { my.hm = {
xdg.configFile."nvim".source = impure.mkImpureLink ./nvim; xdg.configFile."nvim".source = impure.mkImpureLink ./nvim;
programs.neovim = { programs.neovim = {