NixToSee/system_profiles/components/no-x.nix
Ranomier cf9395d91d feat: multiple xD look bellow
- clean up login stuff
- add uwsm
- move "no-x" to system_profiles
- clean up hyprland.nix
2025-09-13 01:50:56 +02:00

9 lines
250 B
Nix

{
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = false;
# force chromium and electron apps to use wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}