From c41b81e929904fe255436d3d973b91e30fc19236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Mon, 15 May 2023 15:12:18 +0900 Subject: [PATCH] feat: added wayland clipboard manager --- users/common/graphical/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/common/graphical/hyprland.nix b/users/common/graphical/hyprland.nix index 3a0fd0a..7b9b07d 100644 --- a/users/common/graphical/hyprland.nix +++ b/users/common/graphical/hyprland.nix @@ -8,6 +8,7 @@ in { home.packages = with pkgs; [ qt6.qtwayland + wl-clipboard ]; home.sessionVariables.NIXOS_OZONE_WL = 1;