mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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 {
|
||||
type = with lib.types; attrsOf (submoduleWith {
|
||||
specialArgs.session = config;
|
||||
specialArgs.session = {
|
||||
inherit (config) fullName prefix description;
|
||||
inherit name;
|
||||
};
|
||||
modules = [ componentsType ];
|
||||
});
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user