This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-20 01:09:06 +02:00
parent da268cd46a
commit 9368c387dc
2 changed files with 10 additions and 1 deletions

8
home-modules/typst.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }@all: with all;
lib.mkIf (hyper.host != "NxACE")
{
home.packages = with pkgs; [
typst
tinymist
];
}

View File

@@ -10,8 +10,8 @@
./home-modules/direnv.nix
./home-modules/discord.nix
./home-modules/email.nix
./home-modules/firefox.nix
./home-modules/figlet.nix
./home-modules/firefox.nix
./home-modules/fish.nix
./home-modules/games.nix
./home-modules/gestures.nix
@@ -53,6 +53,7 @@
./home-modules/ssh.nix
./home-modules/starship.nix
./home-modules/tts.nix
./home-modules/typst.nix
./home-modules/vale.nix
./home-modules/virt-manager.nix
./home-modules/vscode.nix