From 51fcb9d9e41d9ac540a9840081fdce328e2117e0 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 17 May 2024 21:23:34 +0300 Subject: [PATCH] modules/buffer: add possibility to configure window options --- modules/buffer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buffer.nix b/modules/buffer.nix index e03efa1..b50e5f5 100644 --- a/modules/buffer.nix +++ b/modules/buffer.nix @@ -9,7 +9,7 @@ let type = types.extCommas; description = "File types for which the buffer is enabled"; }; - opt = options.buffer; + opt = options.buffer // options.window; }; config = { filetypes = lib.mkDefault name;