jqp: add module (#5716)
This commit is contained in:
parent
a51e94e51c
commit
4949081d1e
7 changed files with 61 additions and 0 deletions
14
tests/modules/programs/jqp/basic-configuration.nix
Normal file
14
tests/modules/programs/jqp/basic-configuration.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
programs = {
|
||||
jqp = {
|
||||
enable = true;
|
||||
settings = { theme.name = "catppuccin-frappe"; };
|
||||
};
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.jqp.yaml
|
||||
assertFileContent home-files/.jqp.yaml \
|
||||
${./basic-configuration.yaml}
|
||||
'';
|
||||
}
|
||||
2
tests/modules/programs/jqp/basic-configuration.yaml
Normal file
2
tests/modules/programs/jqp/basic-configuration.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
theme:
|
||||
name: catppuccin-frappe
|
||||
1
tests/modules/programs/jqp/default.nix
Normal file
1
tests/modules/programs/jqp/default.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ jqp-basic-configuration = ./basic-configuration.nix; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue