editor nvim

This commit is contained in:
ponymushama 2024-07-21 17:29:46 +08:00
parent 47e36412bf
commit c379bb21cc

View file

@ -31,7 +31,7 @@
term = "alacritty"; # Default terminal command;
font = "Intel One Mono"; # Selected font
fontPkg = pkgs.intel-one-mono; # Font package
editor = "emacsclient"; # Default editor;
editor = "nvim"; # Default editor;
# editor spawning translator
# generates a command that can be used to spawn editor inside a gui
# EDITOR and TERM session variables must be set in home.nix or other module