From 23d75fc12dee8e4c558fccdccd5f02342ea476e9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 22 Jul 2025 12:39:07 +0300 Subject: [PATCH] meta: remove hard-time.nvim from maximal package Signed-off-by: NotAShelf Change-Id: I6a6a69644f3d0092af4b9e3c00454dc936f14bed --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ac0ad32b..62c3e2f1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -154,7 +154,6 @@ isMaximal: { binds = { whichKey.enable = true; cheatsheet.enable = true; - hardtime-nvim.enable = isMaximal; }; telescope.enable = true;