my-nixos-config/nixos/modules/hypr/hyprland.nix
2026-01-23 12:04:59 +01:00

5 lines
107 B
Nix

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