mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33: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
|
"org.onlyoffice.desktopeditors".Context.sockets = ["x11"]; # No Wayland support
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fontDir.enable = true;
|
||||||
|
|
||||||
system.fsPackages = [ pkgs.bindfs ];
|
system.fsPackages = [ pkgs.bindfs ];
|
||||||
fileSystems = let
|
fileSystems = let
|
||||||
mkRoSymBind = path: {
|
mkRoSymBind = path: {
|
||||||
|
|
Loading…
Reference in a new issue