From c379bb21ccd664a5bdda8b477f67abf3ff44142f Mon Sep 17 00:00:00 2001 From: ponymushama Date: Sun, 21 Jul 2024 17:29:46 +0800 Subject: [PATCH] editor nvim --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 989107a..f13e8ad 100644 --- a/flake.nix +++ b/flake.nix @@ -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