desktop-services is now a procedure
systems/sybil.scm
76 | 76 | (service virtlog-service-type | |
77 | 77 | (virtlog-configuration | |
78 | 78 | (max-clients 1000))) | |
79 | - | desktop-services)))) | |
79 | + | (desktop-services))))) |
systems/tachikoma.scm
83 | 83 | " Option \"TearFree\" \"true\"" | |
84 | 84 | "EndSection" | |
85 | 85 | "\n")))) | |
86 | - | (modify-services desktop-services | |
86 | + | (modify-services (desktop-services) | |
87 | 87 | (guix-service-type config => | |
88 | 88 | (guix-configuration | |
89 | 89 | (inherit config) |