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;