1
Fork 0
nixos-system-config/modules/nixos/multimedia/default.nix

5 lines
57 B
Nix

{ lib, ... }:
{
imports = lib.getModuleImports ./.;
}