summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hyprland.nix1
1 files changed, 1 insertions, 0 deletions
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