Files
nixos-config/modules/features/wayland.nix
2026-04-04 16:46:30 -04:00

9 lines
123 B
Nix

{
flake.modules.nixos.wayland = {
programs = {
uwsm.enable = true;
xwayland.enable = true;
};
};
}