Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76aaffa40c19
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99df63be0a5f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 5, 2019

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

    This is needed for the AccountsService interfaces (in systemPackages).
    worldofpeace committed Oct 5, 2019
    Copy the full SHA
    99df63b View commit details
Showing with 4 additions and 2 deletions.
  1. +3 −2 nixos/modules/services/x11/desktop-managers/pantheon.nix
  2. +1 −0 pkgs/desktops/pantheon/default.nix
5 changes: 3 additions & 2 deletions nixos/modules/services/x11/desktop-managers/pantheon.nix
Original file line number Diff line number Diff line change
@@ -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;
1 change: 1 addition & 0 deletions pkgs/desktops/pantheon/default.nix
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ lib.makeScope pkgs.newScope (self: with self; {
];

desktop = [
elementary-default-settings
elementary-session-settings
elementary-shortcut-overlay
gala