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