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 = {