From d1861eefb56960d7c68c3308f1c79ddb36721a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 4 Feb 2026 00:45:37 +0100 Subject: [PATCH] docs: add clipboard note and update flake inputs Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 104bdcd..d104e6b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -63,6 +63,14 @@ Examples: - `template2: add proxmox image configuration` - `terraform: add VM deployment configuration` +### Clipboard + +To copy text to the clipboard, pipe to `wl-copy` (Wayland): + +```bash +echo "text" | wl-copy +``` + ### NixOS Options Lookup An MCP server is available for searching and looking up NixOS option documentation. This is useful when configuring new services or options for hosts. @@ -145,7 +153,6 @@ Template/test hosts: - `nixpkgs-unstable` - Unstable channel (available via overlay as `pkgs.unstable.`) - `sops-nix` - Secrets management - Custom packages from git.t-juice.club: - - `backup-helper` - Backup automation module - `alerttonotify` - Alert routing - `labmon` - Lab monitoring