From 7c91a7dcdc2a0d0ed38bc6a2c4ccfd22031cd70c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 10 Jan 2024 16:27:41 +0800 Subject: [PATCH] programs/gnome-session: refactor parts of config --- modules/nixos/programs/gnome-session/submodules.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/nixos/programs/gnome-session/submodules.nix b/modules/nixos/programs/gnome-session/submodules.nix index 8be80ac1..3f5f45be 100644 --- a/modules/nixos/programs/gnome-session/submodules.nix +++ b/modules/nixos/programs/gnome-session/submodules.nix @@ -207,6 +207,7 @@ rec { The identifier of the component used in generating filenames for its `.desktop` files and as part of systemd unit names. ''; + default = "${session.name}.${name}"; defaultText = "\${session-name}.\${name}"; readOnly = true; }; @@ -237,8 +238,6 @@ rec { script = "${config.scriptPackage}/bin/${scriptName}"; in { - id = "${session.name}.${name}"; - # Make with the default configurations for the built-in-managed # components. desktopConfig = {