about summary refs log tree commit diff stats
path: root/bootstrap/03_config_setup
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-02 11:05:05 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:17 +0200
commit9a76c7c7db5a1bf1952ff91dd757666903bf5236 (patch)
treeb52e00fe75d8f7fc99509097795b307b0bfcc4f3 /bootstrap/03_config_setup
parentFix(system/disks): Make ESP bootable (diff)
downloadnixos-config-9a76c7c7db5a1bf1952ff91dd757666903bf5236.tar.gz
nixos-config-9a76c7c7db5a1bf1952ff91dd757666903bf5236.zip
Fix(bootstrap): Finished scripts
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