9 lines
66 B
Nix
9 lines
66 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./qt
|
||
|
./wayland
|
||
|
./sway
|
||
|
];
|
||
|
}
|