nix-files/modules/default.nix

9 lines
58 B
Nix

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