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: ff7e38b9542a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e044909abaaa
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 5, 2020

  1. nixos/displayManager: add XDG_SESSION_ID to systemd user environment

    xss-lock needs XDG_SESSION_ID to respond to loginctl lock-session(s)
    (and possibly other session operations such as idle hint management).
    This change adds XDG_SESSION_ID to the list of imported environment
    variables when starting systemctl.
    
    Inspired by home-manager, add importVariables configuration.
    
    Set session to XDG_SESSION_ID when running xss-lock as a service.
    
    Co-authored-by: misuzu <bakalolka@gmail.com>
    evenbrenden and misuzu committed Sep 5, 2020
    Copy the full SHA
    660882d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Merge pull request #93764 from evenbrenden/xdg-session-id-user-units

    nixos/displayManager: add XDG_SESSION_ID to systemd user environment
    worldofpeace committed Sep 9, 2020
    Copy the full SHA
    e044909 View commit details
    Browse the repository at this point in the history