mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes flake not building when flake.nix editor is vim, nvim or nano
This commit is contained in:
parent
bbd20d3091
commit
8700cb8779
4 changed files with 2 additions and 9 deletions
|
@ -61,10 +61,6 @@ in
|
|||
markdown
|
||||
]))];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacsclient";
|
||||
};
|
||||
|
||||
home.file.".emacs.d/eaf" = {
|
||||
source = "${eaf}";
|
||||
recursive = true;
|
||||
|
|
|
@ -1862,10 +1862,6 @@ in
|
|||
markdown
|
||||
]))];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacsclient";
|
||||
};
|
||||
|
||||
home.file.".emacs.d/eaf" = {
|
||||
source = "${eaf}";
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue