diff --git a/pantheon.nix b/pantheon.nix index 7c67891..e0cb0e9 100644 --- a/pantheon.nix +++ b/pantheon.nix @@ -4,26 +4,11 @@ # Desktop services.xserver = { enable = true; - displayManager.lightdm.greeters.pantheon.enable = false; - displayManager.lightdm.enable = false; desktopManager.pantheon.enable = true; }; - - # Wingpangel and Switchboard plugins - wingpanel-with-indicators.override { - indicators = [ - pkgs.some-special-indicator - ]; - }; - - switchboard-with-plugs.override { - plugs = [ - pkgs.some-special-plug - ]; - }; # Remove Pantheon packages - environment.pantheon.excludePackagess = (with pkgs; [ + environment.pantheon.excludePackages = (with pkgs; [ pantheon.appcenter # AppCenter as it can't be used on NixOS ]);