nix-files/modules/default.nix

8 lines
43 B
Nix

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