fix tmux copy on nixos hosts
This commit is contained in:
parent
65c42fa1a0
commit
e05f5ef788
2 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue