feat(gh): add gh-dash
This commit is contained in:
parent
ada1a9448a
commit
49dda752cb
1 changed files with 8 additions and 0 deletions
|
@ -15,7 +15,15 @@
|
||||||
|
|
||||||
extensions = with pkgs; [
|
extensions = with pkgs; [
|
||||||
gh-copilot
|
gh-copilot
|
||||||
|
gh-dash
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gh-dash = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue