From 2439559ce83e61bbf40c22402bc98c43d7e9120c Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Mon, 14 Jul 2025 10:14:06 -0500 Subject: [PATCH] Add JJ to README.md --- README.md | 2 ++ flake.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 2616a9b..b443838 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ for this Flake. - ✨ **`treefmt`** (with Helix integration): Automatically formats the code in this repository when modifying it, with features to check the flake for formatting consistency. +- 📑 **Jujutsu**: Modern version control system with an improved UX for commits + and merges. - ⌨️ **Devshell**: Clean shell management, printing project-specific commands on launch with icons using Nerd Fonts. - 📈 **Nushell**: Shell that uses structured data, with quality-of-life diff --git a/flake.nix b/flake.nix index 0f7652d..bd6cf33 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,7 @@ "Asahi" "Catppuccin" "Devshell" + "Jujutsu" "LanguageTool" "LLMs" "LTeX"