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
commit bf6974648e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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