[macbook] Nvim as the default editor.

This commit is contained in:
jmug
2026-07-15 22:03:40 -07:00
parent 7c3c38c5fb
commit 3a61ac767f
+4
View File
@@ -42,6 +42,10 @@ in {
username = username;
homeDirectory = homeDirectory;
sessionVariables = {
EDITOR = "nvim";
};
packages = with pkgs; [
pkgs-unstable.cmake
clang