yamllint: exclude stylix scheme files
All checks were successful
Build tests / build-hosts (pull_request) Successful in 24s
Flake check / flake-check (pull_request) Successful in 37s

This commit is contained in:
sid 2026-05-31 19:57:25 +02:00
parent c32466f078
commit 7224a47b04
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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