This commit is contained in:
cy 2025-01-19 21:45:11 -05:00
parent bb0da64219
commit 71be5f3545
3 changed files with 38 additions and 14 deletions

View file

@ -89,7 +89,10 @@
programs.typos.enable = true;
programs.shellcheck.enable = true;
settings.global.excludes = [ "secrets/*" ];
settings.global.excludes = [
"secrets/*"
"**/*.png" # tries to format a png file??
];
};
};