manatee: Set EDITOR to be vim

This commit is contained in:
Alexander Heldt
2025-10-26 12:56:26 +01:00
parent 91f78ba510
commit 8349132d66

View File

@@ -23,6 +23,8 @@
]; ];
}; };
environment.variables.EDITOR = "vim";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
git git