diff --git a/hosts/othalan/pkgs.nix b/hosts/othalan/pkgs.nix index 0c7fc08..42c7351 100644 --- a/hosts/othalan/pkgs.nix +++ b/hosts/othalan/pkgs.nix @@ -7,13 +7,19 @@ ] ++ (with pkgs; [ sops - distrobox - zk - quarto - cachix - graphviz - typst - charm-freeze attic-client + + distrobox + + # cachix + zk + + graphviz + charm-freeze + + quarto + typst + + calibre ]); }