nixos/xrdp: add fonts.enableDefaultFonts

This commit is contained in:
volth
2018-06-17 11:23:30 +00:00
committed by GitHub
parent dfed2a1323
commit baa1098a4a

View File

@@ -97,6 +97,7 @@ in
# xrdp can run X11 program even if "services.xserver.enable = false"
environment.pathsToLink =
[ "/etc/xdg" "/share/xdg" "/share/applications" "/share/icons" "/share/pixmaps" ];
fonts.enableDefaultFonts = mkDefault true;
systemd = {
services.xrdp = {