From 59172dae9d911ad893522825c324e3decec697c7 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 27 Jul 2025 14:18:12 +0200 Subject: [PATCH] feat: add xclip :sparkles: --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 434cfda..c33d7f7 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -137,6 +137,7 @@ busybox # useful programs e.g. tree, unzip etc openssl # cryptography swiss army knife xdg-utils # terminal desktop intergrations (i.e. allow terminal to open browser) + xclip # terminal clipboard integration (i.e. allow terminal to r/w clipboard) neofetch # system info btop # resource monitor