From e1492e9cefbee5154f141ea0b767da8be89ea509 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:02:46 -0700 Subject: [PATCH] stuf --- extras/dev.nix | 1 + users/tao.nix | 1 + users/tao/HOME.nix | 3 +++ users/tao/helix.nix | 10 +++++++--- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/extras/dev.nix b/extras/dev.nix index a4b9db6..6c57d0e 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -15,6 +15,7 @@ # }; programs.qgroundcontrol.enable = true; environment.systemPackages = with pkgs; [ + chromium claude-code # keep-sorted start sticky_comments=no # act diff --git a/users/tao.nix b/users/tao.nix index 78f4fa2..354dc1d 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -72,6 +72,7 @@ in { tinymist toastify typst + typstyle usbutils vial wezterm diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index c5ef942..19b4327 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -107,6 +107,9 @@ in { enable = true; settings = { remotes.origin.auto-track-bookmarks = "glob:*"; + aliases = { + "init" = ["git" "init"]; + }; user = { name = "Tao Tien"; email = "29749622+taotien@users.noreply.github.com"; diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 000c023..ba326a4 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -242,10 +242,11 @@ { name = "typst"; language-servers = ["tinymist"]; - } - { - name = "typst"; text-width = 100; + auto-format = true; + formatter = { + command = "typstyle"; + }; } # keep-sorted end ]; @@ -311,6 +312,9 @@ }; }; }; + # niv.config = { + # autoArchive = true; + # }; }; use-grammars.only = [ # keep-sorted start