nixos/lightdm: change background type to path
This commit is contained in:
parent
62587f43dd
commit
3d1706c28d
@ -132,7 +132,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
background = mkOption {
|
background = mkOption {
|
||||||
type = types.str;
|
type = types.path;
|
||||||
# Manual cannot depend on packages, we are actually setting the default in config below.
|
# Manual cannot depend on packages, we are actually setting the default in config below.
|
||||||
defaultText = "pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath";
|
defaultText = "pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath";
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user