From 2c3a74377f0bd5306c09efb61447840e7dfd7d40 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 26 Jan 2023 15:17:00 +0100 Subject: [PATCH] sombrero: set EDITOR --- hosts/sombrero/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 7f3d6a9..c80b297 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -9,6 +9,8 @@ nixpkgs.config.allowUnfree = true; + environment.variables.EDITOR = "vim"; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix