From 8349132d66546df640faa9a3b526ccb9deb6f60a Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 26 Oct 2025 12:56:26 +0100 Subject: [PATCH] manatee: Set `EDITOR` to be `vim` --- hosts/manatee/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/manatee/configuration.nix b/hosts/manatee/configuration.nix index d729345..b1972f7 100644 --- a/hosts/manatee/configuration.nix +++ b/hosts/manatee/configuration.nix @@ -23,6 +23,8 @@ ]; }; + environment.variables.EDITOR = "vim"; + environment.systemPackages = with pkgs; [ vim git