summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 00:13:19 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 00:13:19 +0200
commit58d98f017b07187ece57c30e445afd2436dcebec (patch)
tree0fcd5d72c17ee599464345e5c9a7bdb4c59ff2ff /modules/hyprland.nix
parent9a88a88fa98197be43817bd3db23b043e25b91ca (diff)
Diffstat (limited to 'modules/hyprland.nix')
-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