test(typos): ignore png images
This commit is contained in:
parent
674d531d32
commit
b19b93e39c
3 changed files with 15 additions and 11 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue