dotfiles/modules/virtualisation/default.nix

6 lines
55 B
Nix

{ lib, ... }:
{
imports = lib.my.listModules ./.;
}