nixpkgs/nixos
Jan Tojnar 1566de20c7
nixos/gnome3: override schemas using env variable
For some reason, the GNOME 3.26 update broke the overrides. It turns
out the overrides now need to come before the overridden schemas in the
XDG_DATA_DIRS variable. This is not possible in general due to applications
prefixing the variable (e.g. in wrapGAppsHook).

To fix this, a new environment variable NIX_GSETTINGS_OVERRIDES_DIR
was introduced. It has greater priority than XDG_DATA_DIRS but lower
than GSETTINGS_SCHEMA_DIR. A separate variable was chosen in order not
to block the built-in one for users.
2017-11-26 03:11:00 +01:00
..
doc/manual docs: document networking.wireless changes 2017-11-12 00:39:17 +01:00
lib make-disk-image: fix eval 2017-11-13 14:56:30 +00:00
maintainers amazon-image: make derivation name configurable 2017-10-23 16:22:24 -04:00
modules nixos/gnome3: override schemas using env variable 2017-11-26 03:11:00 +01:00
tests nixos installer tests: Add UEFI Grub test 2017-11-14 11:30:28 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix php: Add nixos test to ensure php-pcre works in httpd 2017-11-12 08:05:27 +01:00
release-small.nix php: pcre test blocks -small channels as well 2017-11-12 11:03:54 +01:00
release.nix php: Add nixos test to ensure php-pcre works in httpd 2017-11-12 08:05:27 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.