feat(gh): add gh-dash

This commit is contained in:
Michael Mandl 2025-03-25 08:40:22 +01:00
parent ada1a9448a
commit 49dda752cb
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -15,7 +15,15 @@
extensions = with pkgs; [
gh-copilot
gh-dash
];
};
gh-dash = {
enable = true;
settings = {
};
};
};
}