summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 00:37:17 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 00:37:17 +0200
commit922dbb8f8cbc48ccc23f4dfddb232102d3e9a258 (patch)
tree92908ec57cd40abae6075a44cfec1e4feca94406 /modules/hyprland.nix
parent587d3d8f126b9d6b67b5e0ca3d660775587de9fb (diff)
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r--modules/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index 0540606..1502c99 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -1,6 +1,6 @@
{ config, lib, ...}:
{
- programs.hyprland.enable = true;
+ # programs.hyprland.enable = true;
# Optional, hint electron apps to use wayland:
environment.sessionVariables.NIXOS_OZONE_WL = "1";
} \ No newline at end of file