From 831ba1bf3a94af3c52544a90d316f9729de69e31 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 7 Feb 2025 15:46:24 +0100 Subject: common/nixvim: don't use deprecated options --- common/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nixvim.nix b/common/nixvim.nix index 1af37d5..bc6465b 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -537,7 +537,7 @@ inputs: notify = { enable = true; - stages = "static"; + settings.stages = "static"; }; oil.enable = true; -- cgit v1.2.3