fontconfig: fix paths for install as nixos-module
This fixes fonts breaking as a result of this change in nixos:
55344df089
This commit is contained in:
parent
7826880811
commit
12bbe65179
|
@ -50,8 +50,8 @@ in
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
<dir>/etc/per-user-pkgs/${config.home.username}/lib/X11/fonts</dir>
|
||||
<dir>/etc/per-user-pkgs/${config.home.username}/share/fonts</dir>
|
||||
<dir>/etc/profiles/per-user/${config.home.username}/lib/X11/fonts</dir>
|
||||
<dir>/etc/profiles/per-user/${config.home.username}/share/fonts</dir>
|
||||
</fontconfig>
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue