flake/nixos/packages/graphical/display-server/default.nix
2023-09-19 08:17:43 +08:00

9 lines
92 B
Nix

{ ... }:
{
imports = [
./display-server.nix
./input.nix
./wayland.nix
];
}