Fixes flake not building when flake.nix editor is vim, nvim or nano

This commit is contained in:
Emmet 2023-11-03 19:41:28 -05:00
parent bbd20d3091
commit 8700cb8779
4 changed files with 2 additions and 9 deletions

View file

@ -1862,10 +1862,6 @@ in
markdown
]))];
home.sessionVariables = {
EDITOR = "emacsclient";
};
home.file.".emacs.d/eaf" = {
source = "${eaf}";
recursive = true;