From 205ade644ef3568f5ca281ce2444c8b10ae7d2d1 Mon Sep 17 00:00:00 2001 From: monologiq Date: Tue, 16 Dec 2025 18:03:00 +0100 Subject: [PATCH] hermes: Enable wayland --- machines/hermes/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/hermes/default.nix b/machines/hermes/default.nix index 68bf032..f4eaf0a 100644 --- a/machines/hermes/default.nix +++ b/machines/hermes/default.nix @@ -181,6 +181,7 @@ # Optional: Enable niri for user sessions programs.niri.enable = true; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; system.stateVersion = "25.05"; # Did you read the comment? }