mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 17:37:25 +02: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