mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-14 12:19:00 +00:00
programs/gnome-session: refactor parts of config
This commit is contained in:
parent
e16afaca97
commit
7c91a7dcdc
@ -207,6 +207,7 @@ rec {
|
|||||||
The identifier of the component used in generating filenames for its
|
The identifier of the component used in generating filenames for its
|
||||||
`.desktop` files and as part of systemd unit names.
|
`.desktop` files and as part of systemd unit names.
|
||||||
'';
|
'';
|
||||||
|
default = "${session.name}.${name}";
|
||||||
defaultText = "\${session-name}.\${name}";
|
defaultText = "\${session-name}.\${name}";
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
};
|
};
|
||||||
@ -237,8 +238,6 @@ rec {
|
|||||||
script = "${config.scriptPackage}/bin/${scriptName}";
|
script = "${config.scriptPackage}/bin/${scriptName}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
id = "${session.name}.${name}";
|
|
||||||
|
|
||||||
# Make with the default configurations for the built-in-managed
|
# Make with the default configurations for the built-in-managed
|
||||||
# components.
|
# components.
|
||||||
desktopConfig = {
|
desktopConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user