aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/des/hyprland.nix
blob: 6471bfdcb06f59960543989f51ba499446824ea3 (plain)
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:

{
  wayland.windowManager.hyprland = {
    enable = true;
  };

  # hint Electron apps to use Wayland:
  home.sessionVariables.NIXOS_OZONE_WL = "1";
}