Files
nixos/modules/xserver.nix
T
2025-05-20 11:00:22 -05:00

9 lines
128 B
Nix

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