about summary refs log tree commit diff stats
path: root/bootstrap/03_config_setup
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/03_config_setup')
-rwxr-xr-xbootstrap/03_config_setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/03_config_setup b/bootstrap/03_config_setup
index 577cb8eb..c3e7e07e 100755
--- a/bootstrap/03_config_setup
+++ b/bootstrap/03_config_setup
@@ -7,6 +7,7 @@ SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 # clone packer.nvim to the needed dir, for the nvim install to work
 git clone --depth 1 https://github.com/wbthomason/packer.nvim /mnt/srv/home/soispha/.local/share/nvim/site/pack/packer/start/packer.nvim
 
-nvim -c 'PackerSync' -c 'qall' -u '/mnt/srv/home/soispha/.config/nvim/init.lua' --headless
+nixos-enter --command 'nvim -c "PackerSync" -c "qall" -u "/mnt/srv/home/soispha/.config/nvim/init.lua" --headless'
+
 
 # vim: ft=sh