mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
nixos/programs/gnome-session: update submodule option args
This commit is contained in:
parent
9128f0094b
commit
b33f9cf963
@ -144,6 +144,7 @@ in
|
||||
type = with lib.types; attrsOf (submoduleWith {
|
||||
specialArgs = { inherit utils glibKeyfileFormat pkgs; };
|
||||
modules = [ ./submodules/session-type.nix ];
|
||||
shorthandOnlyDefinesConfig = true;
|
||||
});
|
||||
description = ''
|
||||
A set of desktop sessions to be created with
|
||||
|
@ -98,6 +98,7 @@ in
|
||||
};
|
||||
};
|
||||
modules = [ ./component-type.nix ];
|
||||
shorthandOnlyDefinesConfig = true;
|
||||
});
|
||||
description = ''
|
||||
The individual components to be launched with the desktop session.
|
||||
|
Loading…
Reference in New Issue
Block a user