hermes: Enable wayland

This commit is contained in:
monologiq 2025-12-16 18:03:00 +01:00
parent b654107748
commit 205ade644e

View file

@ -181,6 +181,7 @@
# Optional: Enable niri for user sessions # Optional: Enable niri for user sessions
programs.niri.enable = true; programs.niri.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
system.stateVersion = "25.05"; # Did you read the comment? system.stateVersion = "25.05"; # Did you read the comment?
} }