nix-files/modules/default.nix

10 lines
74 B
Nix

{ ... }:
{
imports = [
./gui
./hardware
./universal
];
}