From f9716a4def9795017a49a2c216a33500d54059d2 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 6 Jan 2025 13:57:24 -0600 Subject: [PATCH] add calibre --- hosts/othalan/pkgs.nix | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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 ]); }