about summary refs log tree commit diff
path: root/modules/common/default.nix
blob: 38094e718b08c520a86c8623b76e293845f2ebf5 (plain) (blame)
1
2
3
4
{ lib, ... }:
{
  imports = lib.attrValues (lib.modulesIn ./.);
}

Consider giving Nix/NixOS a try! <3