From fb36bc321b593d4ab7ecba15d73a6eb959bddecc Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 25 May 2021 12:35:35 +0200 Subject: feat(gs/home): Add script to graphviz the clipboard Add a script (to PATH, so I can launch it from rofi) to take whatever's in the clipboard, pass it through `dot -Tpng`, and then open the result with feh. Change-Id: I1842fca3585a33d902da20dfa6101d1c6d2f2062 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3160 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/system/home/machines/yeren.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/grfn/system/home/machines') diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix index 6107c3c63511..504a382c208c 100644 --- a/users/grfn/system/home/machines/yeren.nix +++ b/users/grfn/system/home/machines/yeren.nix @@ -8,6 +8,7 @@ in imports = [ ../platforms/linux.nix ../modules/common.nix + ../modules/development/readyset.nix ]; # for when hacking -- cgit 1.4.1