nix-configs/hosts/denkbrett/modules/default.nix

7 lines
67 B
Nix

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