nixpkgs/nixos/modules
Tor Hedin Brønner d25365c3c1
nixos/displayManager: introduce defaultSession
There's two ways of providing graphical sessions now:
- `displayManager.session` via. `desktopManager.session` and
  `windowManager.session`
- `displayManager.sessionPackages`

`sessionPackages` doesn't make a distinction between desktop and window
managers. This makes selecting a session provided by a package using
`desktopManager.default` nonsensical.

We therefor introduce `displayManager.defaultSession` which can select a session
from either `displayManager.session` or `displayManager.sessionPackages`.

It will default to `desktopManager.default + windowManager.default` as before.
If the dm default is "none" it will select the first provided session from
`sessionPackages`.
2019-12-15 04:16:20 +01:00
..
config nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
hardware nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
i18n/input-method nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
installer nixos: compress make-ext4-fs with zstd 2019-12-13 16:18:04 -08:00
misc nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
profiles nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
programs nixos/sessionPackages: provide session names in passthru 2019-12-15 04:16:18 +01:00
security Merge pull request #75343 from worldofpeace/polkit-no-root-admin 2019-12-10 20:24:23 -05:00
services nixos/displayManager: introduce defaultSession 2019-12-15 04:16:20 +01:00
system nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
tasks nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
testing nixos/testing: remove leftover of virtualisation.qemu.program 2019-08-29 10:12:13 +02:00
virtualisation nixos/lxd: add recommendedSysctlSettings 2019-12-14 15:29:08 +01:00
module-list.nix services.xserver.imwheel: add module 2019-12-13 18:19:29 +01:00
rename.nix nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00