Changing from 'hardtime.enable = true' to 'hardtime.enable = isMaximal' in configuration.nix

This commit is contained in:
haskex 2025-04-28 18:27:43 -03:00
commit 878cf96f71

View file

@ -142,9 +142,7 @@ isMaximal: {
binds = { binds = {
whichKey.enable = true; whichKey.enable = true;
cheatsheet.enable = true; cheatsheet.enable = true;
hardtime.enable = isMaximal;
# Remove this after test
hardtime.enable = true;
}; };
telescope.enable = true; telescope.enable = true;