From e64fcefc8ccf28e8faf2e8e976f99cdd0781aa2e Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 23 Sep 2023 15:30:58 -0700 Subject: [PATCH] add gh-dash --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 5cb3e1e..a8da47d 100644 --- a/home.nix +++ b/home.nix @@ -134,6 +134,10 @@ }; }; + programs.gh-dash = { + enable = true; + }; + programs.gitui = { enable = true; };