From 0e536b6ae48a127bb7440c7e9bcffc8d93e83976 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 5 Mar 2024 00:03:41 +0100 Subject: [PATCH] Add josh globally --- home/features/cli/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/features/cli/git.nix b/home/features/cli/git.nix index 38078ec..7ae8f1d 100644 --- a/home/features/cli/git.nix +++ b/home/features/cli/git.nix @@ -1,4 +1,6 @@ { pkgs, ... }: { + home.packages = [ pkgs.josh ]; # Just One Single History + # TODO: use `delta` as a pager, as highlighted here # https://github.com/lilyinstarlight/foosteros/blob/main/config/base.nix#L163 programs.git = {