Unverified Commit 34c861d6 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #238384 from bobby285271/fix/pantheon-sessionCommands

nixos/pantheon: allow excluding pantheon-agent-geoclue2
parents 09011d34 013bb477
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ in

      services.xserver.displayManager.sessionCommands = ''
        if test "$XDG_CURRENT_DESKTOP" = "Pantheon"; then
            true
            ${concatMapStrings (p: ''
              if [ -d "${p}/share/gsettings-schemas/${p.name}" ]; then
                export XDG_DATA_DIRS=$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}${p}/share/gsettings-schemas/${p.name}