workaround for EDITOR="nano"
This commit is contained in:
@@ -14,6 +14,8 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# workaround
|
||||
environment.sessionVariables.EDITOR = "nvim";
|
||||
my.hm = {
|
||||
xdg.configFile."nvim".source = impure.mkImpureLink ./nvim;
|
||||
programs.neovim = {
|
||||
|
||||
Reference in New Issue
Block a user