From 43847724eba08d0c40afc6c96c9270f1b8c0bc49 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 16 Oct 2024 20:39:20 -0500 Subject: [PATCH] scripts: disable clipboard.sh Signed-off-by: Myned --- options/custom/scripts/default.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/options/custom/scripts/default.nix b/options/custom/scripts/default.nix index 5cd6c9d..a7db8db 100644 --- a/options/custom/scripts/default.nix +++ b/options/custom/scripts/default.nix @@ -70,14 +70,15 @@ in { wofi xclip ]) - (bash "clipboard" [ - cliphist - libnotify - procps - wl-clipboard - wofi - xclip - ]) + # TODO: Convert to options and disable clipboard.sh + # (bash "clipboard" [ + # cliphist + # libnotify + # procps + # wl-clipboard + # wofi + # xclip + # ]) (bash "close" [ coreutils hyprland