set nvim as default editor

This commit is contained in:
Kim, Jimin 2025-05-30 21:00:46 +09:00
parent 5ada7914f9
commit 6e0057f4cb
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,7 @@
"nixvim",
"nordified",
"Noto",
"nvim",
"nvme",
"ollama",
"Östberg",

View file

@ -1,6 +1,8 @@
{ ... }:
{
environment.sessionVariables.EDITOR = "nvim";
# https://nix-community.github.io/nixvim/
programs.nixvim = {
enable = true;