feat: use wayland for electron apps

This commit is contained in:
Guz
2025-08-07 19:18:11 -03:00
parent 183c143fdb
commit f623dff701

View File

@@ -11,6 +11,8 @@
home.pointerCursor.x11.enable = true; home.pointerCursor.x11.enable = true;
home.pointerCursor.hyprcursor.enable = true; home.pointerCursor.hyprcursor.enable = true;
home.sessionVariables.NIXOS_OZONE_WL = "1";
# Hyprland # Hyprland
wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.systemd.enable = false; wayland.windowManager.hyprland.systemd.enable = false;