mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-14 12:19:00 +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 {
|
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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user