9 lines
92 B
Nix
9 lines
92 B
Nix
{ inputs, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./wayland.nix
|
|
./x11.nix
|
|
./gdm.nix
|
|
];
|
|
}
|