nixos/programs/gnome-session: update submodule option args

This commit is contained in:
Gabriel Arazas 2024-07-09 23:19:09 +08:00
parent 9128f0094b
commit b33f9cf963
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,7 @@ in
type = with lib.types; attrsOf (submoduleWith { type = with lib.types; attrsOf (submoduleWith {
specialArgs = { inherit utils glibKeyfileFormat pkgs; }; specialArgs = { inherit utils glibKeyfileFormat pkgs; };
modules = [ ./submodules/session-type.nix ]; modules = [ ./submodules/session-type.nix ];
shorthandOnlyDefinesConfig = true;
}); });
description = '' description = ''
A set of desktop sessions to be created with A set of desktop sessions to be created with

View File

@ -98,6 +98,7 @@ in
}; };
}; };
modules = [ ./component-type.nix ]; modules = [ ./component-type.nix ];
shorthandOnlyDefinesConfig = true;
}); });
description = '' description = ''
The individual components to be launched with the desktop session. The individual components to be launched with the desktop session.