test(typos): ignore png images

This commit is contained in:
Yorick Barbanneau 2024-05-02 02:09:17 +02:00
parent 674d531d32
commit b19b93e39c
3 changed files with 15 additions and 11 deletions

View file

@ -15,12 +15,12 @@ in
wallpapers = {
lockscreen = mkOption {
type = types.path;
type = types.str;
default = "";
description = "path for lockscreen wallpaper";
};
desktop = mkOption {
type = types.path;
type = types.str;
default = "";
description = "path for desktop wallpaper";
};