diff options
author | Minijackson <minijackson@riseup.net> | 2025-02-07 15:46:24 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-02-07 15:46:40 +0100 |
commit | 831ba1bf3a94af3c52544a90d316f9729de69e31 (patch) | |
tree | d3e64b4aa8c93e45cb9b548ab6b2cb7ce2bc2845 | |
parent | fc10d04ab4043aa02c73b5e21d324fa168072afe (diff) | |
download | nixos-config-reborn-831ba1bf3a94af3c52544a90d316f9729de69e31.tar.gz nixos-config-reborn-831ba1bf3a94af3c52544a90d316f9729de69e31.zip |
common/nixvim: don't use deprecated options
-rw-r--r-- | common/nixvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
537 | 537 | ||
538 | notify = { | 538 | notify = { |
539 | enable = true; | 539 | enable = true; |
540 | stages = "static"; | 540 | settings.stages = "static"; |
541 | }; | 541 | }; |
542 | 542 | ||
543 | oil.enable = true; | 543 | oil.enable = true; |