diff --git a/home/wm/window-managers.nix b/home/wm/window-managers.nix index 383c2f1..9d3046a 100644 --- a/home/wm/window-managers.nix +++ b/home/wm/window-managers.nix @@ -221,7 +221,7 @@ in [ "${nm-applet} &" - "${wl-paste} --watch cliphist -max-items store" + "${wl-paste} --watch cliphist -max-items 50 store" ]; }; plugins = with pkgs; [ @@ -244,6 +244,7 @@ extraPortals = lib.mkForce [ pkgs.xdg-desktop-portal-gtk # For both pkgs.xdg-desktop-portal-hyprland # For Hyprland + pkgs.xdg-desktop-portal-gnome # For Gnome ]; config.common.default = "*";