From c528a43b7ab04cd818441dc87ccde082b33bd12f Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 9 Feb 2025 20:43:13 +0200 Subject: [PATCH] upd --- config/dap/nvim-dap.nix | 5 +---- config/keys.nix | 4 ++-- config/ui/notify.nix | 5 +---- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/config/dap/nvim-dap.nix b/config/dap/nvim-dap.nix index 94c0210..08fb1b0 100644 --- a/config/dap/nvim-dap.nix +++ b/config/dap/nvim-dap.nix @@ -1,8 +1,5 @@ +{ lib, config, ... }: { - lib, - config, - ... -}: { options = { nvim-dap.enable = lib.mkEnableOption "Enable Debug Adapter Protocol module"; }; diff --git a/config/keys.nix b/config/keys.nix index ffd62e8..fe70d37 100644 --- a/config/keys.nix +++ b/config/keys.nix @@ -64,12 +64,12 @@ # }; # } { - mode = ["n" "i"]; + mode = ["n"]; key = ""; action = "g"; } { - mode = ["n" "i"]; + mode = ["n"]; key = ""; action = "g"; } diff --git a/config/ui/notify.nix b/config/ui/notify.nix index 7c0ac29..00481da 100644 --- a/config/ui/notify.nix +++ b/config/ui/notify.nix @@ -1,8 +1,5 @@ +{ lib, config, ... }: { - lib, - config, - ... -}: { options = { notify.enable = lib.mkEnableOption "Enable notify module"; };