mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
nixos/gnome3: Add back debug
This commit is contained in:
parent
ee34f2537a
commit
9cd6342008
|
@ -143,6 +143,7 @@ in {
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
|
||||||
|
|
||||||
# Override default mimeapps
|
# Override default mimeapps
|
||||||
environment.variables.XDG_DATA_DIRS = [ "${mimeAppsList}/share" ];
|
environment.variables.XDG_DATA_DIRS = [ "${mimeAppsList}/share" ];
|
||||||
|
|
Loading…
Reference in a new issue