mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
programs/gnome-session: simplify session
specialArgs
Make it non-problematic for the future.
This commit is contained in:
parent
0b46826cb3
commit
922680d131
@ -196,7 +196,10 @@ let
|
|||||||
|
|
||||||
components = lib.mkOption {
|
components = lib.mkOption {
|
||||||
type = with lib.types; attrsOf (submoduleWith {
|
type = with lib.types; attrsOf (submoduleWith {
|
||||||
specialArgs.session = config;
|
specialArgs.session = {
|
||||||
|
inherit (config) fullName prefix description;
|
||||||
|
inherit name;
|
||||||
|
};
|
||||||
modules = [ componentsType ];
|
modules = [ componentsType ];
|
||||||
});
|
});
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user