Files
nixos/modules/xserver.nix
T
2025-05-19 20:33:56 -05:00

7 lines
78 B
Nix

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