Update pantheon.nix

This commit is contained in:
Aaron Honeycutt 2023-01-16 19:42:13 +00:00
parent 8bd63c1b80
commit c8c4f49800

View file

@ -4,26 +4,11 @@
# Desktop # Desktop
services.xserver = { services.xserver = {
enable = true; enable = true;
displayManager.lightdm.greeters.pantheon.enable = false;
displayManager.lightdm.enable = false;
desktopManager.pantheon.enable = true; 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 # Remove Pantheon packages
environment.pantheon.excludePackagess = (with pkgs; [ environment.pantheon.excludePackages = (with pkgs; [
pantheon.appcenter # AppCenter as it can't be used on NixOS pantheon.appcenter # AppCenter as it can't be used on NixOS
]); ]);