nixos/modules/core/default.nix
2025-04-26 16:27:13 +01:00

6 lines
46 B
Nix

{...}: {
imports = [
./media.nix
];
}