From bd9bf6ccc7df9951eb36d97b6f64cd4a958b4543 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Thu, 21 Aug 2025 15:43:57 +0300 Subject: [PATCH] wip: fix: clipboard --- modules/user/patterns/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/user/patterns/hyprland.nix b/modules/user/patterns/hyprland.nix index 3524ae7..8c4e650 100644 --- a/modules/user/patterns/hyprland.nix +++ b/modules/user/patterns/hyprland.nix @@ -4,6 +4,9 @@ pamixer wofi clipse + wl-clipboard + wl-clip-persist + xclip ]; wayland.windowManager.hyprland = @@ -128,6 +131,7 @@ "systemctl --user start plasma-polkit-agent" "${lib.getExe' pkgs.swww "swww-daemon"}" "${lib.getExe wallpaper_changer}" + "wl-clip-persist --clipboard both" "clipse -listen" "${lib.getExe' pkgs.udiskie "udiskie"}" ];