flake/nixos/packages/graphical/display-server/default.nix

6 lines
71 B
Nix

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