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 = {
whichKey.enable = true;
cheatsheet.enable = true;
# Remove this after test
hardtime.enable = true;
hardtime.enable = isMaximal;
};
telescope.enable = true;