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

7 lines
65 B
Nix

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