Add a couple of small utilities and wire them up.
This commit is contained in:
parent
51ecdd42c2
commit
aa292f3a42
3 changed files with 17 additions and 4 deletions
|
@ -12,9 +12,10 @@ with lib;
|
|||
};
|
||||
|
||||
environment.variables = mkIf (elem "etcvars" config.machine.conffiles) {
|
||||
NIXPKGS_ALLOW_UNFREE="1";
|
||||
WINEDLLOVERRIDES="winemenubuilder.exe=d";
|
||||
LC_CTYPE="zh_CN.UTF-8";
|
||||
LC_CTYPE = "zh_CN.UTF-8";
|
||||
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
WINEDLLOVERRIDES = "winemenubuilder.exe=d";
|
||||
# This breaks a lot of applications
|
||||
# QT_SCALE_FACTOR="0.7";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue