From 96902144be10aa05dd3f11b00d20b59d532746b1 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:17:04 -0700 Subject: [PATCH] jj --- extras/dev.nix | 1 + users/tao/HOME.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/extras/dev.nix b/extras/dev.nix index acc02a4..4eec9fc 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -3,6 +3,7 @@ services.scx.scheduler = "scx_lavd"; # default is "scx_rustland" environment.systemPackages = with pkgs; [ + jupyter # cringelang go delve diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index 98dc19e..cf724d0 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -99,6 +99,10 @@ in { ui = { default-command = "log"; }; + fix.tools.alejandra = { + command = ["alejandra"]; + patterns = ["glob:'**/*.nix'"]; + }; }; # package = inputs.jujutsu.packages.${pkgs.system}.default; };