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
base: d42ae527190d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 450a1805428d
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 26, 2019

  1. nixos/gnome3: split up

    This introduces the following options under the services.gnome3 namespace:
    
    * core-os-services.enable
    * core-shell.enable
    * core-utilities.enable
    * games.enable
    
    The first three are all default enabled by gnome3.enable
    and their purpose is to make gnome3 more flexable for users
    usecases. In the case of core-utilities and games, it allows
    users to easily switch on the default gnome3 applications
    and games packages. Previously we had lists in gnome-3/default.nix
    but they weren't visible to the user. By having options we have
    generated documentation and an interface.
    worldofpeace committed Aug 26, 2019
    Copy the full SHA
    fca8d35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    70e506c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf7bdcd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67466 from worldofpeace/gnome3-defaults-cleanup

    nixos/gnome3: split up
    worldofpeace committed Aug 26, 2019
    Copy the full SHA
    450a180 View commit details
    Browse the repository at this point in the history