mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update pantheon.nix
This commit is contained in:
parent
8bd63c1b80
commit
c8c4f49800
1 changed files with 1 additions and 16 deletions
17
pantheon.nix
17
pantheon.nix
|
@ -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
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue