From a1297745d7443ca992f39de21754647ea54bdd56 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 25 Jan 2023 11:24:53 +0000 Subject: [PATCH] fix: set editor --- dev.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev.nix b/dev.nix index 43e6aa3..e3cbc48 100644 --- a/dev.nix +++ b/dev.nix @@ -24,4 +24,6 @@ in mkShell { ]; buildInputs = [ imports.agenix.agenix ]; + + shellHook = ''export EDITOR="/usr/bin/nano"''; } \ No newline at end of file