From b568f6c96ed7e6e7f792f668d87e3942412f807c Mon Sep 17 00:00:00 2001 From: etwas Date: Sun, 18 May 2025 09:05:33 +0200 Subject: [PATCH] fix: give cliphist a number for max entries --- home/wm/window-managers.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = "*";