Merge pull request 'yamllint: exclude stylix scheme files' (#53) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 6s

Reviewed-on: #53
This commit is contained in:
sid 2026-05-31 19:58:47 +02:00
commit ea830ce9a8
3 changed files with 4 additions and 3 deletions

View file

@ -202,7 +202,10 @@
statix.enable = true;
yamllint = {
enable = true;
excludes = [ "secrets.yaml" ];
excludes = [
"secrets.yaml"
"modules/home/stylix/schemes/*.yaml"
];
settings.configData = "{rules: {line-length: {max: 120}}}";
};
};

View file

@ -1,4 +1,3 @@
---
system: "base16"
name: "Moonfly"
description: "A dark theme inspired by the Moonfly color scheme."

View file

@ -1,4 +1,3 @@
---
system: "base16"
name: "Oxocarbon"
description: "A dark theme inspired by the Oxocarbon Dark color scheme."