nix-configs/hosts/denkbrett/modules/default.nix
2025-04-11 09:20:46 +02:00

7 lines
67 B
Nix

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