From ca20bc852b717a490dd37fbef0eed487e6b6dc80 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 9 Aug 2023 11:49:31 +0200 Subject: [PATCH] pinwheel: set BROWSER and EDITOR in `zsh` --- hosts/pinwheel/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 151d00b..30b6188 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -69,6 +69,11 @@ file = "p10k.zsh"; } ]; + + envExtra = lib.strings.concatStringsSep "\n" [ + "EDITOR=vim" + "BROWSER=firefox" + ]; }; programs.tmux = {