workaround for EDITOR="nano"
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user