Enable font folder
This commit is contained in:
parent
7db71016f5
commit
2b5f9aa857
|
@ -22,6 +22,7 @@ with lib;
|
||||||
monospace = lib.mkBefore [ "IBM Plex Mono" ];
|
monospace = lib.mkBefore [ "IBM Plex Mono" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
fontDir.enable = true;
|
||||||
} else { }) // (if (strings.hasSuffix "darwin" pkgs.system) then {
|
} else { }) // (if (strings.hasSuffix "darwin" pkgs.system) then {
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
} else { });
|
} else { });
|
||||||
|
|
Loading…
Reference in a new issue