Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-10-16 20:40:31 +00:00
parent 77ea209605
commit 9bb78518ec
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Type=Application
};
in
{
home.packages = with pkgs; [ anonymousPro e sqlite-interactive ];
home.packages = with pkgs; [ anonymousPro e sqlite-interactive graphviz ];
programs.emacs.enable = true;
programs.emacs.package = pkgs.emacsNativeComp;