workflows/mosey-branch: add gnome-session systemd units

This commit is contained in:
Gabriel Arazas 2023-08-21 21:39:25 +08:00
parent 3e4570e265
commit 3fb009f61b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -117,7 +117,12 @@ in
config = lib.mkIf cfg.enable (lib.mkMerge [
{
environment.systemPackages = cfg.extraApps ++ requiredPackages;
systemd.packages = [ customDesktopSession ];
# Install all of the required systemd units.
systemd.packages = with pkgs.gnome; [
customDesktopSession
gnome-session
];
# We'll have to include them for gnome-session to recognize it in NixOS
# systems.