idot for graphviz in terminal
This commit is contained in:
parent
da6e9b1844
commit
19ff91c857
|
@ -43,5 +43,7 @@ in
|
|||
jujutsu
|
||||
(nixGL musescore)
|
||||
fend
|
||||
timg
|
||||
graphviz
|
||||
];
|
||||
}
|
||||
|
|
4
zsh.nix
4
zsh.nix
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue