mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
Add (again) nvim as EDITOR
This commit is contained in:
parent
3aef84f4cc
commit
6df797da58
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -118,6 +118,7 @@ in {
|
|||
initExtraBeforeCompInit = ''
|
||||
fpath+="$HOME/.zfunc"
|
||||
'';
|
||||
envExtra = "export EDITOR=nvim";
|
||||
shellAliases = {
|
||||
new-direnv = "nix flake new -t github:nix-community/nix-direnv";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue