mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gnome-session: Move from gnome scope to top-level
This commit is contained in:
parent
ca9576c81d
commit
c2f1fa833e
11 changed files with 16 additions and 19 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue