From 58d98f017b07187ece57c30e445afd2436dcebec Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 31 Aug 2023 00:13:19 +0200 Subject: --- modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/hyprland.nix b/modules/hyprland.nix index d91811a..0540606 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -1,5 +1,6 @@ { config, lib, ...}: { + programs.hyprland.enable = true; # Optional, hint electron apps to use wayland: environment.sessionVariables.NIXOS_OZONE_WL = "1"; } \ No newline at end of file -- cgit v1.2.3