Fix mpv config detection.
This commit is contained in:
parent
aa292f3a42
commit
3ee8c1eee3
3 changed files with 51 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue