diff --git a/flake.nix b/flake.nix index cdd8240..c52228e 100644 --- a/flake.nix +++ b/flake.nix @@ -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}}}"; }; }; diff --git a/modules/home/stylix/schemes/moonfly.yaml b/modules/home/stylix/schemes/moonfly.yaml index 0f9fefa..122f700 100644 --- a/modules/home/stylix/schemes/moonfly.yaml +++ b/modules/home/stylix/schemes/moonfly.yaml @@ -1,4 +1,3 @@ ---- system: "base16" name: "Moonfly" description: "A dark theme inspired by the Moonfly color scheme." diff --git a/modules/home/stylix/schemes/oxocarbon.yaml b/modules/home/stylix/schemes/oxocarbon.yaml index a6ca03e..b278c55 100644 --- a/modules/home/stylix/schemes/oxocarbon.yaml +++ b/modules/home/stylix/schemes/oxocarbon.yaml @@ -1,4 +1,3 @@ ---- system: "base16" name: "Oxocarbon" description: "A dark theme inspired by the Oxocarbon Dark color scheme."