From 1efe91c3948b4be87eb2ad0752cfe4e0a935ef21 Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Wed, 4 Feb 2026 13:34:23 -0800 Subject: [PATCH] add wl-clipboard it's usually important on plasma for helix, waydroid, etc --- graphical/plasma.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphical/plasma.nix b/graphical/plasma.nix index 0e68288..bd6c25d 100644 --- a/graphical/plasma.nix +++ b/graphical/plasma.nix @@ -17,7 +17,10 @@ in }; config = lib.mkIf cfg.enable { - environment.systemPackages = [ pkgs.kdePackages.plasma-keyboard ]; + environment.systemPackages = with pkgs; [ + kdePackages.plasma-keyboard + wl-clipboard + ]; environment.interactiveShellInit = lib.mkIf cfg.startOnFirstTTY