mako: update to new home-manager module (#1211)

Link: https://github.com/danth/stylix/pull/1211

Closes: https://github.com/danth/stylix/issues/1210
This commit is contained in:
awwpotato 2025-05-03 20:58:28 -07:00 committed by GitHub
parent e51b3e64f9
commit b631dffa61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 21 deletions

View file

@ -141,7 +141,13 @@
};
statix.enable = true;
typos.enable = true;
typos = {
enable = true;
settings.configuration = ''
[default.extend-words]
criterias="criterias"
'';
};
yamllint.enable = true;
};