mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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 = {
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.gnome3.adwaita-icon-theme;
|
||||
defaultText = "pkgs.gnome3.adwaita-icon-theme";
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue