fix tmux copy on nixos hosts

This commit is contained in:
Yan Lin 2025-10-20 16:19:17 +02:00
parent 65c42fa1a0
commit e05f5ef788
2 changed files with 12 additions and 3 deletions

View file

@ -45,7 +45,7 @@
httpie
openssh
gnumake
# Network diagnostic tools
bind # DNS utilities (dig, nslookup, mdig)
iputils # Core network tools (ping, traceroute)
@ -53,7 +53,7 @@
netcat-gnu # Network connection utility
curl # HTTP client
wget # Web downloader
# Command-line utilities
ncdu
git-credential-oauth
@ -62,6 +62,10 @@
fastfetch
coreutils # GNU core utilities (base64, etc.)
# Clipboard utilities for tmux integration
wl-clipboard # Wayland clipboard (wl-copy/wl-paste)
xclip # X11 clipboard fallback
# Development and build tools
python312
uv