Files
nix/hosts/common/features/display/default.nix
T
Miguel Palhas 7f6cd33011 wip
2025-06-29 16:24:31 +01:00

9 lines
92 B
Nix

{ inputs, pkgs, ... }:
{
imports = [
./wayland.nix
./x11.nix
./gdm.nix
];
}