my-nixos-config/nixos/modules/hypr/hyprland.nix
2025-11-11 16:09:55 +01:00

5 lines
107 B
Nix

{ pkgs, ...}: {
programs.hyprland.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}