mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
gdm module: only make xserver args overrideable
This commit is contained in:
parent
5125161a77
commit
a5aa926902
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in
|
|||
services.xserver.displayManager.job =
|
||||
{
|
||||
environment = {
|
||||
GDM_X_SERVER = "${cfg.xserverBin} ${cfg.xserverArgs}";
|
||||
GDM_X_SERVER_EXTRA_ARGS = "${cfg.xserverArgs}";
|
||||
GDM_SESSIONS_DIR = "${cfg.session.desktops}";
|
||||
# Find the mouse
|
||||
XCURSOR_PATH = "~/.icons:${config.system.path}/share/icons";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue