From ae8d0f69e1ec209d252e1b2075591596629f1b0d Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 29 Nov 2025 14:11:50 +0100 Subject: [PATCH] haze: add typst and anki --- machines/haze/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/haze/configuration.nix b/machines/haze/configuration.nix index a3dd40a..d994ba7 100644 --- a/machines/haze/configuration.nix +++ b/machines/haze/configuration.nix @@ -55,6 +55,8 @@ pkgs.aseprite pkgs.linux-wifi-hotspot pkgs.anytype + pkgs.typst + pkgs.anki ]; programs.kdeconnect.enable = true;