Forcing hx as editor
This commit is contained in:
parent
1a7cfd9b0a
commit
965af26928
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
inherit (pkgs) nil; # Nix language server
|
||||
# inherit desktopItem;
|
||||
};
|
||||
sessionVariables = { EDITOR = "hx"; };
|
||||
sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; };
|
||||
};
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue