From 03f03eee9f8417b540f0d1b0d1e8a4626d455ac3 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 3 Nov 2025 00:19:09 +0100 Subject: chore: reorganize modules into subcategories --- modules/home-manager/typst.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/home-manager/typst.nix (limited to 'modules/home-manager/typst.nix') diff --git a/modules/home-manager/typst.nix b/modules/home-manager/typst.nix deleted file mode 100644 index c06211b..0000000 --- a/modules/home-manager/typst.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - config, - pkgs, - lib, - ... -}: - -{ - options.typst.enable = lib.mkEnableOption "Setup typst"; - config = lib.mkIf config.typst.enable { - home.packages = with pkgs; [ - typst - typst-fmt - ]; - }; -} -- cgit v1.3.1