Merge pull request #111448 from helsinki-systems/gtk
nixos/lightdm-greeters/gtk: add type
This commit is contained in:
commit
79021a2383
@ -88,6 +88,7 @@ in
|
|||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
type = types.package;
|
||||||
default = pkgs.gnome3.adwaita-icon-theme;
|
default = pkgs.gnome3.adwaita-icon-theme;
|
||||||
defaultText = "pkgs.gnome3.adwaita-icon-theme";
|
defaultText = "pkgs.gnome3.adwaita-icon-theme";
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user