summaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/hyprland.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix
index 0540606..c754eae 100644
--- a/home-manager/hyprland.nix
+++ b/home-manager/hyprland.nix
@@ -1,6 +1,3 @@
-{ config, lib, ...}:
-{
+{ 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