gnome-session: Move from gnome scope to top-level

This commit is contained in:
Jan Tojnar 2024-08-28 23:56:05 +02:00
commit c2f1fa833e
11 changed files with 16 additions and 19 deletions

View file

@ -83,7 +83,7 @@ in
configPackages = mkOption {
type = types.listOf types.package;
default = [ ];
example = lib.literalExpression "[ pkgs.gnome.gnome-session ]";
example = lib.literalExpression "[ pkgs.gnome-session ]";
description = ''
List of packages that provide XDG desktop portal configuration, usually in
the form of `share/xdg-desktop-portal/$desktop-portals.conf`.