From 80ca761639c732dde68b780ce9161bfa1da80d80 Mon Sep 17 00:00:00 2001 From: Nowaaru Date: Wed, 6 Nov 2024 22:46:34 -0700 Subject: [PATCH] utility/precognition: fix configuration.nix entry oops lol --- configuration.nix | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/configuration.nix b/configuration.nix index 29179ee..c3e5722 100644 --- a/configuration.nix +++ b/configuration.nix @@ -165,29 +165,7 @@ isMaximal: { motion = { hop.enable = true; leap.enable = true; - - precognition = { - enable = true; - setupOpts = { - startVisible = true; - showBlankVirtLine = true; - - # highlightColor - automatically set by theme - disabled_fts = ["startify" "alpha" "dashboard"]; - gutterHints = { - gg = { - text = "gg"; - prio = 2; - }; - }; - hints = { - Caret = { - text = "^"; - prio = 10; - }; - }; - }; - }; + precognition.enable = isMaximal; }; images = {