diff options
-rw-r--r-- | users/grfn/system/home/modules/development/readyset.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/development/readyset.nix b/users/grfn/system/home/modules/development/readyset.nix index 9bb9d6644db3..4b6edb438039 100644 --- a/users/grfn/system/home/modules/development/readyset.nix +++ b/users/grfn/system/home/modules/development/readyset.nix @@ -6,8 +6,9 @@ ]; home.packages = with pkgs; [ - # This goes in $PATH so I can run it from rofi and parent to my WM + # These go in $PATH so I can run it from rofi and parent to my WM (writeShellScriptBin "dotclip" "xclip -out -selection clipboard | dot -Tpng | feh -") + (writeShellScriptBin "dotcontroller" "curl -s localhost:6033/graph | dot -Tpng | feh -") # TODO(grfn): rain fails to build with Go >=1.18, investigate. (buildGo117Module rec { |