nixos/pantheon: add elementary-default-settings for services

This is needed for the AccountsService interfaces (in systemPackages).
This commit is contained in:
worldofpeace 2019-09-18 17:40:28 -04:00
parent 76aaffa40c
commit 99df63be0a
2 changed files with 4 additions and 2 deletions

View File

@ -109,8 +109,9 @@ in
services.pantheon.files.enable = mkDefault true;
services.tumbler.enable = mkDefault true;
services.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
services.dbus.packages = [
pkgs.pantheon.switchboard-plug-power
services.dbus.packages = with pkgs.pantheon; [
switchboard-plug-power
elementary-default-settings
];
services.pantheon.contractor.enable = mkDefault true;
services.gnome3.at-spi2-core.enable = true;

View File

@ -18,6 +18,7 @@ lib.makeScope pkgs.newScope (self: with self; {
];
desktop = [
elementary-default-settings
elementary-session-settings
elementary-shortcut-overlay
gala