From 33f584b8e133735434a7573ff344d7439ca788ef Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 10 Nov 2024 23:57:00 +0100 Subject: [PATCH] lazy: remove defaults for keys --- modules/wrapper/lazy/lazy.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 2bbda27..c51b3f3 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -36,7 +36,6 @@ mode = mkOption { description = "Modes to bind in"; type = either str (listOf str); - default = ["n" "x" "s" "o"]; }; silent = mkBool true "Whether this mapping should be silent. Equivalent to adding to a map.";