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