summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers
Commit message (Collapse)AuthorAge
* fix NixOS evalDomen Kožar2016-02-28
|
* note the desktopManagerHandlesLidAndPower removalDomen Kožar2016-02-28
|
* Merge pull request #9727 from Profpatsch/dm-lid-managementDomen Kožar2016-02-28
|\ | | | | remove desktopManagerHandlesLidAndPower
| * Remove desktopManagerHandlesLidAndPowerProfpatsch2015-09-08
| | | | | | | | | | | | As discussed on https://github.com/NixOS/nixpkgs/pull/9642, the option is not necessary because all desktop managers already stopped handling it (and delegated to systemd).
* | Merge #12796: nixos docs: show references to packagesVladimír Čunát2016-02-27
|\ \ | | | | | | | | | | | | | | | | | | (version 2) A better implementation of #10039, after #12357. This time I did more thorough checking. See commit messages for details.
| * | nixos manuals: bring back package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
* | | Merge branch 'master' into stagingVladimír Čunát2016-02-07
|\ \ \
| * | | display-manager module: load pulseaudio's module-device-manager only for KDENikolay Amiantov2016-02-04
| |/ /
| * | Revert "Merge #12357: nixos docs: show references to packages"Vladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | The PR wasn't good enough yet. This reverts commit b2a37ceeea8c38ec71447f8dae1e6890a8cf982d, reversing changes made to 7fa9a1abce623aaf18b22f5dca3fc8a44a494e8d.
| * | Merge #12357: nixos docs: show references to packagesVladimír Čunát2016-02-03
| |\ \
| | * | nixos manuals: bring back package referencesVladimír Čunát2016-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| * | | lightdm: Allow background colors and images. Fixes #12684Oliver Charles2016-01-31
| | | |
* | | | Merge branch 'master' into stagingVladimír Čunát2016-01-29
|\| | |
| * | | sddm: add numlock switchTony White2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added numlock on boot switch - simply add : services.xserver.displayManager.sddm.autoNumlock = true; to configuration.nix and sddm will start with numlock enabled.
* | | | nixos xserver: remove vaapiDriversNikolay Amiantov2016-01-26
|/ / / | | | | | | | | | Use hardware.opengl.extraPackages instead.
* / / Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
|/ / | | | | | | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* | kdmrc: Build locallyEelco Dolstra2016-01-05
| |
* | Merge pull request #11338 from obadz/light-lockerOliver Charles2015-12-16
|\ \ | | | | | | light-locker (lockscreen for lightdm)
| * | lightdm & xserver service: add ability to spawn more than one X serverobadz2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | - if xserver.tty and/or display are set to null, then don't specify them, or the -logfile argument in the xserverArgs - For lightdm, we set default tty and display to null and we determine those at runtime based on arguments passed. This is necessary because we run multiple X servers so they can't all be on the same display
* | | nixos/sddm: fix indentationThomas Tuegel2015-12-12
| | |
* | | nixos/sddm: add setupScript and stopScript optionsThomas Tuegel2015-12-12
| | | | | | | | | | | | | | | | | | These options allow setting the start and stop scripts for the display manager. Making these configurable is necessary to allow some hardware configurations. Upstream ships empty scripts by default, anyway.
* | | sddm: wrap to include themesThomas Tuegel2015-12-11
|/ /
* | lightdm-gtk-greeter module: Fix error when lightdm disabledTimo Meijer2015-11-30
| |
* | lightdm-gtk-greeter module: Add configuration options for theme and iconThemeTimo Meijer2015-11-30
| |
* | lightdm module: extract greeter configurationTimo Meijer2015-11-30
| |
* | display-managers: fix pam_env.so usageMichael Raitza2015-11-22
| | | | | | | | Fixed usage of pam_env.so PAM module in lightDM and GDM.
* | Add focus_password if defaultUser is setJonas D2015-11-18
| | | | | | Add 'focus_password yes' if defaultUser is set, to reflect the description of defaultUser.
* | slim service: update default themeArseniy Seroka2015-11-19
| |
* | Update comment for gdm service.James Cook2015-11-12
| | | | | | | | | | Emphasize experimental nature slightly less, but say it's only really tested with Gnome.
* | sddm module: support autologin configurationBenno Fünfstück2015-10-31
| |
* | sddm: allow extra config optionsBenno Fünfstück2015-10-28
| |
* | Shut up a KDE warning when a user first logs inEelco Dolstra2015-09-28
| | | | | | | | | | | | It was complaining about not having write permission to $HOME/.local/share/user-places.xbel (because .local/share didn't exist yet).
* | Manual: Remove store path referencesEelco Dolstra2015-09-24
| |
* | xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* | nixos gdm: use AutomaticLogin if delay is zero. Closes #9843Luca Bruno2015-09-14
| |
* | nixos gdm: add debug optionLuca Bruno2015-09-14
|/
* nixos/gdm: simplify assert expressionBjørn Forsman2015-09-05
|
* nixos/gdm: add assertion for the autoLogin.user optionBjørn Forsman2015-09-03
| | | | | | Or else users may see this unfriendly message: error: cannot coerce null to a string, at .../nixos/modules/services/x11/display-managers/gdm.nix:107:49
* nixos/gdm: fix description typoBjørn Forsman2015-09-03
|
* Shorten inhibit messageEelco Dolstra2015-09-03
| | | | This also makes it consistent with KDE's inhibit message.
* `desktopManagerHandlesLidAndPower default `false`Profpatsch2015-09-01
| | | | | | | | | | | | Changes the option and explicitely sets it for each desktopManager. Reasoning: Currently, services.xserver.displayManager.desktopManagerHandlesLidAndPower is set to true by default. This creates a problem for users without desktop environments activated, since lid management simply doesn't work (and they have to be lucky to find this option). See issue #9671
* desktop and xmonad wrappers: preferLocalBuildVladimír Čunát2015-09-01
| | | | Also no substitution.
* nixos gdm: fix enable descriptionLuca Bruno2015-08-28
|
* services.xserver.displayManager.gdm.autoLogin: add descriptionEdward Tjörnhammar2015-08-28
|
* nixos gdm: support autologinLuca Bruno2015-08-27
|
* Merge branch 'staging', discussion #8844Vladimír Čunát2015-07-19
|\
| * lightdm: Fix location of loaders.cache after ↵William A. Kennington III2015-07-15
| | | | | | | | 49821433242c4f44cff038a039ead3bc9741fbf1
* | slim: use nixos theme by defaultArseniy Seroka2015-07-17
|/
* nixos/x11: start session with dbus-launchLuca Bruno2015-06-22
| | | | | | | | | This is needed by most window managers. Desktop environments usually launch dbus-launch if a session hasn't been started yet so this shouldn't hurt. The worst it can happen is that one dbus session will be unused in case it's started twice. The GDM change is backported from recent gdm.
* Merge pull request #8401 from ↵Damien Cassou2015-06-19
|\ | | | | | | | | DamienCassou/document-desktopManagerHandlesLidAndPower-in-systemd Explanation to desktopManagerHandlesLidAndPower