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: 87a8e5052910
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 89d75bc74391
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 24, 2020

  1. nixos/tools: don't mention pinentryFlavor

    We don't need to actually set this as it find a good
    default automatically. This could confuse the user into thinking they need
    to set it themselves.
    
    (cherry picked from commit 12825bc)
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    ce1f2a6 View commit details
    Browse the repository at this point in the history
  2. nixos/tools: comment about libinput

    (cherry picked from commit 9f1a43c)
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    0ae904d View commit details
    Browse the repository at this point in the history
  3. nixos/tools: don't call Plasma KDE

    (cherry picked from commit 3b20eb4)
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    46cecda View commit details
    Browse the repository at this point in the history
  4. nixos/tools: add firefox to systemPackages example

    This is in the graphical iso's.
    
    (cherry picked from commit 2d6a694)
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    3e594ad View commit details
    Browse the repository at this point in the history
  5. nixos/tools: add desktopConfiguration option

    We now have a GNOME ISO so it would be nice to seed that one
    with configuration on how to enable it.
    
    (cherry picked from commit 99d5111)
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    0d21510 View commit details
    Browse the repository at this point in the history
  6. nixos/lightdm: make lightdm user shell bash

    In #100119 pantheon's greeter
    has g-s-d running which allows brightness controls via pkexec.
    This is changed in newer versions of g-s-d (pantheon uses a fork currently),
    but whenever brightness is changed with a shell of `shadow` we get
    ```
    Oct 10 23:51:44 kirXps pkexec[18722]: lightdm: Executing command [USER=root] [TTY=unknown] [CWD=/var/lib/lightdm] [COMMAND=/run/current-system/sw/bin/elementary-settings-daemon/gsd-backlight-helper /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight 65587]
    ```
    
    I'm not sure this should be strictly needed, so we should try to
    revert later on when pantheon's g-s-d is updated.
    
    (cherry picked from commit c134f64)
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    89d75bc View commit details
    Browse the repository at this point in the history