1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

nixos/gnome3: Add back debug

This commit is contained in:
Tor Hedin Brønner 2018-07-31 14:55:57 +02:00 committed by Jan Tojnar
parent ee34f2537a
commit 9cd6342008
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -143,6 +143,7 @@ in {
fi
'';
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
# Override default mimeapps
environment.variables.XDG_DATA_DIRS = [ "${mimeAppsList}/share" ];