From ae0d8756c3c21f2ec9547e0d942190944ab7796b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 9 Nov 2024 13:02:18 +0100 Subject: fix(modules/nvim/options): Use shell binary, not only directory --- modules/by-name/nv/nvim/options/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name/nv/nvim') diff --git a/modules/by-name/nv/nvim/options/default.nix b/modules/by-name/nv/nvim/options/default.nix index 72343b72..e149553f 100644 --- a/modules/by-name/nv/nvim/options/default.nix +++ b/modules/by-name/nv/nvim/options/default.nix @@ -67,7 +67,7 @@ in { # vim.opt.shada:append {'%'}; -- store buffers in the shada file and reopen them if nvim has been started without file name argument - shell = "${cfg.shell}"; + shell = lib.getExe cfg.shell; spell = true; # activate spell checking spelllang = "en_us,de_de"; # set spell languages -- cgit 1.4.1