mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-04 11:17:01 +00:00
lightdm: fix typos
This commit is contained in:
parent
7952b51461
commit
6c84945099
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ let
|
||||||
|
|
||||||
inherit (pkgs) lightdm writeScript writeText;
|
inherit (pkgs) lightdm writeScript writeText;
|
||||||
|
|
||||||
# lightdm runs with clearenv(), but we need a few things in the enviornment for X to startup
|
# lightdm runs with clearenv(), but we need a few things in the environment for X to startup
|
||||||
xserverWrapper = writeScript "xserver-wrapper"
|
xserverWrapper = writeScript "xserver-wrapper"
|
||||||
''
|
''
|
||||||
#! ${pkgs.bash}/bin/bash
|
#! ${pkgs.bash}/bin/bash
|
||||||
|
@ -209,7 +209,7 @@ in
|
||||||
services.dbus.enable = true;
|
services.dbus.enable = true;
|
||||||
services.dbus.packages = [ lightdm ];
|
services.dbus.packages = [ lightdm ];
|
||||||
|
|
||||||
# lightdm uses the accounts daemon to rember language/window-manager per user
|
# lightdm uses the accounts daemon to remember language/window-manager per user
|
||||||
services.accounts-daemon.enable = true;
|
services.accounts-daemon.enable = true;
|
||||||
|
|
||||||
security.pam.services.lightdm = {
|
security.pam.services.lightdm = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue