mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
Changing from 'hardtime.enable = true' to 'hardtime.enable = isMaximal' in configuration.nix
This commit is contained in:
parent
ea90d2baf3
commit
878cf96f71
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue