From 8da431aff714207ca011c0b545e3fbc404b7c99b Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 26 Nov 2022 11:43:14 -0800 Subject: [PATCH] added VHS --- hosts/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/home.nix b/hosts/home.nix index 89620be..e8223b5 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -42,7 +42,7 @@ in neofetch ranger exa - # vhs + vhs nodejs # required for coc-nvim @@ -65,6 +65,7 @@ in sessionVariables = { EDITOR = editor; + NIX_SHELL_PRESERVE_PROMPT = 1; }; };