11 lines
95 B
Nix
11 lines
95 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./x11.nix
|
|
./wayland.nix
|
|
./gtk.nix
|
|
./gnome.nix
|
|
];
|
|
}
|