mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/lightdm-greeters/gtk: add type
This commit is contained in:
parent
4015c5ca9c
commit
c44f508e3e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue