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:
parent
e51b3e64f9
commit
b631dffa61
3 changed files with 29 additions and 21 deletions
|
|
@ -141,7 +141,13 @@
|
|||
};
|
||||
|
||||
statix.enable = true;
|
||||
typos.enable = true;
|
||||
typos = {
|
||||
enable = true;
|
||||
settings.configuration = ''
|
||||
[default.extend-words]
|
||||
criterias="criterias"
|
||||
'';
|
||||
};
|
||||
yamllint.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue