summaryrefslogtreecommitdiffstats
path: root/modules/plugins/utility/binds/default.nix
blob: 43666cc9d61ad0c81952ae65fe5d54e3bf08c4cd (plain)
1
2
3
4
5
6
7
_: {
  imports = [
    ./which-key
    ./cheatsheet
    ./hardtime
  ];
}