mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/xrdp: add fonts.enableDefaultFonts
This commit is contained in:
parent
dfed2a1323
commit
baa1098a4a
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ in
|
||||||
# xrdp can run X11 program even if "services.xserver.enable = false"
|
# xrdp can run X11 program even if "services.xserver.enable = false"
|
||||||
environment.pathsToLink =
|
environment.pathsToLink =
|
||||||
[ "/etc/xdg" "/share/xdg" "/share/applications" "/share/icons" "/share/pixmaps" ];
|
[ "/etc/xdg" "/share/xdg" "/share/applications" "/share/icons" "/share/pixmaps" ];
|
||||||
|
fonts.enableDefaultFonts = mkDefault true;
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
services.xrdp = {
|
services.xrdp = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue