mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 09:40:14 +00:00
fix: nvim headless failing on darwin
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
home.activation.nvimPackerSync =
|
||||
config.home-manager.users.${config.user}.lib.dag.entryAfter
|
||||
[ "writeBoundary" ] ''
|
||||
$DRY_RUN_CMD nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
$DRY_RUN_CMD ${pkgs.neovim}/bin/nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
'';
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user