idot for graphviz in terminal

This commit is contained in:
Leonora Tindall 2024-05-02 21:51:32 -05:00
parent da6e9b1844
commit 19ff91c857
2 changed files with 6 additions and 0 deletions

View File

@ -43,5 +43,7 @@ in
jujutsu
(nixGL musescore)
fend
timg
graphviz
];
}

View File

@ -1,5 +1,9 @@
{ config, pkgs, ... }:
{
home.shellAliases = {
idot = "dot -Tpng -Gbgcolor=#232627 -Ncolor=white -Nfontcolor=white -Npencolor=white -Ecolor=white -Efontcolor=white -Epencolor=white -Npenwidth=2 -Epenwidth=2 -Nfontname=\"Courier bold\" -Efontname=\"Courier bold\" | timg -";
};
programs.zsh = {
enable = true;
autosuggestion.enable = true;