mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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 {
|
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…
Add table
Add a link
Reference in a new issue