Merge pull request #42128 from volth/patch-157

nixos/xrdp: add fonts.enableDefaultFonts
This commit is contained in:
xeji
2018-06-18 00:29:07 +02:00
committed by GitHub

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 = {