jqp: add module (#5716)

This commit is contained in:
Feliche-Demian Netliukh 2025-02-22 16:23:01 +00:00 committed by GitHub
parent a51e94e51c
commit 4949081d1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 0 deletions

View 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}
'';
}

View file

@ -0,0 +1,2 @@
theme:
name: catppuccin-frappe

View file

@ -0,0 +1 @@
{ jqp-basic-configuration = ./basic-configuration.nix; }