From d2d1d7fd6f4de2abdc9bdda8eee3b74c27a9f302 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 26 Jul 2025 09:02:11 +0200 Subject: [PATCH] Add gitui for beautiful CLI git graph visualization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add gitui package to home.packages for enhanced git repository browsing - Provides interactive TUI with beautiful branching visualization - Supports diff viewing, staging, and vim-like navigation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5f36e26..cb93e65 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,7 @@ claude-code.packages.aarch64-darwin.claude-code nerd-fonts.fira-code nerd-fonts.jetbrains-mono + gitui ]; fonts.fontconfig.enable = true;