diff options
Diffstat (limited to 'modules/by-name/nv/nvim/options/default.nix')
-rw-r--r-- | modules/by-name/nv/nvim/options/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |