Unverified Commit 011cc1ed authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

nixos/phosh: enable services.graphical-desktop (#354465)

parents df27ab6f 66571c8e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@ in
  };

  config = lib.mkIf cfg.enable {
    systemd.defaultUnit = "graphical.target";
    # Inspired by https://gitlab.gnome.org/World/Phosh/phosh/-/blob/main/data/phosh.service
    systemd.services.phosh = {
      wantedBy = [ "graphical.target" ];
@@ -213,7 +212,7 @@ in

    security.pam.services.phosh = {};

    hardware.graphics.enable = lib.mkDefault true;
    services.graphical-desktop.enable = true;

    services.gnome.core-shell.enable = true;
    services.gnome.core-os-services.enable = true;