mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-18 06:18:14 +00:00
tests/gh-dash: enable gh to test extension adding
This commit is contained in:
parent
5ab4305f34
commit
26f6b86264
1 changed files with 10 additions and 7 deletions
|
@ -1,11 +1,14 @@
|
||||||
{
|
{
|
||||||
programs.gh-dash = {
|
programs = {
|
||||||
enable = true;
|
gh.enable = true;
|
||||||
settings = {
|
gh-dash = {
|
||||||
prSections = [{
|
enable = true;
|
||||||
title = "My Pull Requests";
|
settings = {
|
||||||
filters = "is:open author:@me";
|
prSections = [{
|
||||||
}];
|
title = "My Pull Requests";
|
||||||
|
filters = "is:open author:@me";
|
||||||
|
}];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue