mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
workflows/mosey-branch: add gnome-session systemd units
This commit is contained in:
parent
3e4570e265
commit
3fb009f61b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user