9 lines
123 B
Nix
9 lines
123 B
Nix
{
|
|
flake.modules.nixos.wayland = {
|
|
programs = {
|
|
uwsm.enable = true;
|
|
xwayland.enable = true;
|
|
};
|
|
};
|
|
}
|