From cbeda61797384a74a97e48e2b9688a8b05b64d76 Mon Sep 17 00:00:00 2001
From: DerGrumpf <p.keier@beyerstedt-it.de>
Date: Thu, 27 Mar 2025 13:50:22 +0100
Subject: [PATCH] Changed: Hyprland

---
 home/hyprland/hyprland.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix
index f93fcb9..1dc8141 100644
--- a/home/hyprland/hyprland.nix
+++ b/home/hyprland/hyprland.nix
@@ -45,9 +45,6 @@ in
         "xdg-desktop-autostart.target"
     ];
 
-    # You might want to set environment variables for Wayland
-    wayland.displayProtocols = [ "wayland" "x11" ];
-
     wayland.windowManager.hyprland = {
         inherit package;
         enable = true;