mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +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 New Issue
Block a user