home/terminal: switch default editor from nvim to helix
This commit is contained in:
parent
ca2386a7ba
commit
90cfd10876
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
EDITOR = "hx";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue