Fix mpv config detection.

This commit is contained in:
Kevin Baensch 2020-05-26 16:34:50 +02:00
parent aa292f3a42
commit 3ee8c1eee3
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 51 additions and 32 deletions

View file

@ -14,6 +14,7 @@ with lib;
environment.variables = mkIf (elem "etcvars" config.machine.conffiles) {
LC_CTYPE = "zh_CN.UTF-8";
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
MPV_HOME = "/etc/mpv";
NIXPKGS_ALLOW_UNFREE = "1";
WINEDLLOVERRIDES = "winemenubuilder.exe=d";
# This breaks a lot of applications