mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-19 06:43:01 +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,5 +1,7 @@
|
||||||
{
|
{
|
||||||
programs.gh-dash = {
|
programs = {
|
||||||
|
gh.enable = true;
|
||||||
|
gh-dash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
prSections = [{
|
prSections = [{
|
||||||
|
@ -8,6 +10,7 @@
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.config/gh-dash/config.yml
|
assertFileExists home-files/.config/gh-dash/config.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue