nix-files/modules/default.nix

8 lines
43 B
Nix
Raw Normal View History

2022-06-07 00:35:28 +00:00
{ ... }:
{
imports = [
./gui
];
}