diff --git a/flake.lock b/flake.lock index 4b582418..23d11379 100644 --- a/flake.lock +++ b/flake.lock @@ -1187,7 +1187,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-H6RUC5dnGvIy2vi5Fi9w/k9nPolNKzpZGIg4iod+XUI=", + "narHash": "sha256-pFd1tjYlyHzyVqeMu2IsCc8n+dr7qU5PQktynt0LAzo=", "path": "./neovim", "type": "path" }, diff --git a/neovim/nvim.nix b/neovim/nvim.nix index 66054591..f73e6e21 100644 --- a/neovim/nvim.nix +++ b/neovim/nvim.nix @@ -427,7 +427,9 @@ in rec { config = { icon_preset = "diamond" } }, ["core.integrations.image"] = { - tmux_show_only_in_active_window = true, + config = { + tmux_show_only_in_active_window = true, + } }, ["core.keybinds"] = { -- https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/keybinds/keybinds.lua