summaryrefslogtreecommitdiffstats
path: root/modules/plugins/utility/telescope/default.nix
blob: c7a3819d06acb0600b684d5ff56ffaaa4483fab1 (plain)
1
2
3
4
5
6
_: {
  imports = [
    ./telescope.nix
    ./config.nix
  ];
}