Files
nixos/modules/xserver.nix
T
2025-05-19 21:40:20 -05:00

7 lines
79 B
Nix

{...}: {
imports = [
../system/wayland.nix
../system/font.nix
];
}