mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
added fontsdir support
This commit is contained in:
parent
c554e3cca9
commit
0acab766a8
|
@ -34,6 +34,9 @@
|
|||
|
||||
"org.onlyoffice.desktopeditors".Context.sockets = ["x11"]; # No Wayland support
|
||||
};
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
|
||||
system.fsPackages = [ pkgs.bindfs ];
|
||||
fileSystems = let
|
||||
mkRoSymBind = path: {
|
||||
|
|
Loading…
Reference in a new issue