summaryrefslogtreecommitdiffstats
path: root/modules/wrapper/lazy/default.nix
blob: 671516b041aef3c1fd7225999518d62921ebf2e1 (plain)
1
2
3
4
5
6
{
  imports = [
    ./lazy.nix
    ./config.nix
  ];
}