5 lines
107 B
Nix
5 lines
107 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs.hyprland.enable = true;
|
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
}
|