From 49dda752cb8196f8e2be1e4794ba571eb3bb5629 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 25 Mar 2025 08:40:22 +0100 Subject: [PATCH] feat(gh): add gh-dash --- horsch/github.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/horsch/github.nix b/horsch/github.nix index 8841ca4..1bb5783 100644 --- a/horsch/github.nix +++ b/horsch/github.nix @@ -15,7 +15,15 @@ extensions = with pkgs; [ gh-copilot + gh-dash ]; }; + + gh-dash = { + enable = true; + + settings = { + }; + }; }; }