Fixes flake not building when flake.nix editor is vim, nvim or nano
This commit is contained in:
@@ -61,10 +61,6 @@ in
|
||||
markdown
|
||||
]))];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacsclient";
|
||||
};
|
||||
|
||||
home.file.".emacs.d/eaf" = {
|
||||
source = "${eaf}";
|
||||
recursive = true;
|
||||
|
Reference in New Issue
Block a user