From fab51c43549b365193740a717299535e40e82c28 Mon Sep 17 00:00:00 2001 From: Nowaaru Date: Mon, 4 Nov 2024 00:09:38 -0700 Subject: [PATCH] utility/precognition: remove useless mappings i was going to add binds to toggle/enable/disable but ehhh idk --- .../utility/motion/precognition/precognition.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/plugins/utility/motion/precognition/precognition.nix b/modules/plugins/utility/motion/precognition/precognition.nix index 8f588a5..970f69b 100644 --- a/modules/plugins/utility/motion/precognition/precognition.nix +++ b/modules/plugins/utility/motion/precognition/precognition.nix @@ -53,16 +53,5 @@ in { default = ["startify"]; example = literalExpression ''[ "startify" ]''; }; - - mappings = { - # enable = mkOption { - # }; - # - # disable = mkOption { - # }; - # - # toggle = mkOption { - # }; - }; }; }