mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-10-31 14:23:16 +00:00 
			
		
		
		
	fix: nvim headless failing on darwin
This commit is contained in:
		| @@ -41,7 +41,7 @@ function worklayout() | |||||||
|         local u = hs.geometry.unitrect |         local u = hs.geometry.unitrect | ||||||
|         -- set the layout |         -- set the layout | ||||||
|         local left = { |         local left = { | ||||||
|             { "Alacritty", nil, WORK_LEFT_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true }, |             -- { "Alacritty", nil, WORK_LEFT_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true }, | ||||||
|         } |         } | ||||||
|         local right = { |         local right = { | ||||||
|             { "Slack", nil, WORK_RIGHT_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true }, |             { "Slack", nil, WORK_RIGHT_MONITOR, u(0, 0, 1, 1), nil, nil, visible = true }, | ||||||
|   | |||||||
| @@ -36,7 +36,7 @@ | |||||||
|     home.activation.nvimPackerSync = |     home.activation.nvimPackerSync = | ||||||
|       config.home-manager.users.${config.user}.lib.dag.entryAfter |       config.home-manager.users.${config.user}.lib.dag.entryAfter | ||||||
|       [ "writeBoundary" ] '' |       [ "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