mirror of
https://github.com/danth/stylix
synced 2025-02-16 21:38:40 +00:00
Change type of stylix.image to types.path
A derivation will be converted to a path using builtins.toString, assuming the image is its only output.
This commit is contained in:
parent
0fb9f236a3
commit
67e4bcebb3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ with lib;
|
|||
];
|
||||
|
||||
options.stylix.image = mkOption {
|
||||
type = types.package;
|
||||
type = types.coercedTo types.package toString types.path;
|
||||
description = "Wallpaper image.";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue