nix-config/modules/system/default.nix

9 lines
74 B
Nix

# System-related modules
{ ... }:
{
imports = [
./media.nix
];
}