<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/installer/services.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>installer: Handle service configurations for desktop environments without a snippet.</title>
<updated>2026-01-31T13:44:02+00:00</updated>
<author>
<name>Hilton Chain</name>
<email>hako@ultrarare.space</email>
</author>
<published>2026-01-16T03:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3354299b97ea2aa09de774844117b68eb3c2d95b'/>
<id>3354299b97ea2aa09de774844117b68eb3c2d95b</id>
<content type='text'>
Fixes one of the issues in #5612.

* gnu/installer/services.scm (system-services-&gt;configuration): Check
‘desktop?’ before skipping modifying system services.

Change-Id: I1fa4670ab3fc8ad445c296ead0df565313b09d95
Merges: #5651
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes one of the issues in #5612.

* gnu/installer/services.scm (system-services-&gt;configuration): Check
‘desktop?’ before skipping modifying system services.

Change-Id: I1fa4670ab3fc8ad445c296ead0df565313b09d95
Merges: #5651
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: system-services-&gt;configuration: Simplify returning sexp.</title>
<updated>2026-01-31T13:44:00+00:00</updated>
<author>
<name>Hilton Chain</name>
<email>hako@ultrarare.space</email>
</author>
<published>2026-01-16T15:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=50203e41812a79cdb2ab97dc43ec91749a69bd59'/>
<id>50203e41812a79cdb2ab97dc43ec91749a69bd59</id>
<content type='text'>
* gnu/installer/services.scm (system-services-&gt;configuration): Simplify
returning sexp to improve readability.

Change-Id: I02a91523bcf4af1b6fe6476ab2f0e390559a8457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (system-services-&gt;configuration): Simplify
returning sexp to improve readability.

Change-Id: I02a91523bcf4af1b6fe6476ab2f0e390559a8457
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Add fonts to cover all languages for desktop installation.</title>
<updated>2026-01-25T05:18:57+00:00</updated>
<author>
<name>Hilton Chain</name>
<email>hako@ultrarare.space</email>
</author>
<published>2026-01-16T05:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b01968f6542a99c1de66f7202bd402098e75a603'/>
<id>b01968f6542a99c1de66f7202bd402098e75a603</id>
<content type='text'>
* gnu/installer/services.scm (system-services-&gt;configuration):
Install font-google-noto, font-google-noto-emoji and font-sarasa-gothic when
using a desktop environment.

Fixes: #5613
Merges: #5654
Change-Id: Ie6e0af004969158bad316f0fcf886519cf3bdc7d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (system-services-&gt;configuration):
Install font-google-noto, font-google-noto-emoji and font-sarasa-gothic when
using a desktop environment.

Fixes: #5613
Merges: #5654
Change-Id: Ie6e0af004969158bad316f0fcf886519cf3bdc7d
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Add Sway as an option in the Desktop environment page.</title>
<updated>2025-11-04T16:49:29+00:00</updated>
<author>
<name>Fredrik Salomonsson</name>
<email>plattfot@posteo.net</email>
</author>
<published>2025-10-26T00:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=09014b57fddace0c3faec3e4276e1e6671a85799'/>
<id>09014b57fddace0c3faec3e4276e1e6671a85799</id>
<content type='text'>
* gnu/installer/services.scm (%system-services): desktop-environment for sway
and its minimal companion packages.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Add
sway and its companion packages to operating-system packages.

Change-Id: I22f4cb67752ce1a15009680a1ba081fae129d45a
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (%system-services): desktop-environment for sway
and its minimal companion packages.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Add
sway and its companion packages to operating-system packages.

Change-Id: I22f4cb67752ce1a15009680a1ba081fae129d45a
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Add KDE Plasma desktop environment.</title>
<updated>2025-11-03T16:18:39+00:00</updated>
<author>
<name>Rutherther</name>
<email>rutherther@ditigal.xyz</email>
</author>
<published>2025-10-20T19:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1f024990dd3afcadfcb441fe8305c6ffcfaa7c84'/>
<id>1f024990dd3afcadfcb441fe8305c6ffcfaa7c84</id>
<content type='text'>
* gnu/installer/services.scm (%system-services): Add KDE Plasma environment.
* gnu/tests/install.scm
(installation-target-desktop-os-for-gui-tests): Add
plasma-desktop-service-type to operating-system services.
(%test-gui-inst)led-desktop-os-encrypted): Extend side for Plasma.

Change-Id: Iaf55bb85f40865ee5b79abef23a98a3e04a1e244
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (%system-services): Add KDE Plasma environment.
* gnu/tests/install.scm
(installation-target-desktop-os-for-gui-tests): Add
plasma-desktop-service-type to operating-system services.
(%test-gui-inst)led-desktop-os-encrypted): Extend side for Plasma.

Change-Id: Iaf55bb85f40865ee5b79abef23a98a3e04a1e244
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: installer: Fix gui-installed-desktop-os-encrypted.</title>
<updated>2025-11-02T12:55:59+00:00</updated>
<author>
<name>Mathieu Othacehe</name>
<email>othacehe@gnu.org</email>
</author>
<published>2025-07-07T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=93805c657b04a6b32886cddde464fcaa300b5d06'/>
<id>93805c657b04a6b32886cddde464fcaa300b5d06</id>
<content type='text'>
* gnu/installer/services.scm (%system-services): Fix a typo.

Fixes: guix/guix#3636

Change-Id: I9b94474124df4da87784157d25fe39a1887c743b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (%system-services): Fix a typo.

Fixes: guix/guix#3636

Change-Id: I9b94474124df4da87784157d25fe39a1887c743b
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Do not use LatGrkCyr console font for Esperanto.</title>
<updated>2025-10-22T08:43:48+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-10-22T08:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a68571005808649aaa165c5f577cc695760dbca0'/>
<id>a68571005808649aaa165c5f577cc695760dbca0</id>
<content type='text'>
* gnu/installer/services.scm (system-services-&gt;configuration):
Don't match `eo'.

Change-Id: I46ba7dd737141c25ce9a9fcf164ae431e2ed4b33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (system-services-&gt;configuration):
Don't match `eo'.

Change-Id: I46ba7dd737141c25ce9a9fcf164ae431e2ed4b33
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Fix installing services depending on language.</title>
<updated>2025-10-22T08:43:48+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-10-15T11:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1839efad14fe26fc68c51d3f42ccd56d4b172dba'/>
<id>1839efad14fe26fc68c51d3f42ccd56d4b172dba</id>
<content type='text'>
Follow-up to d2475833e4ca8238a8254b774a94bd8d973e8cb5.

* gnu/installer/services.scm (system-services-&gt;configuration): Match
on language without territory code.

Change-Id: I70be271217732401be4c62dc472f1ebe4dafb764
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to d2475833e4ca8238a8254b774a94bd8d973e8cb5.

* gnu/installer/services.scm (system-services-&gt;configuration): Match
on language without territory code.

Change-Id: I70be271217732401be4c62dc472f1ebe4dafb764
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: installer: Replace deprecated dhcp client service.</title>
<updated>2025-07-24T16:46:50+00:00</updated>
<author>
<name>Gabriel Wicki</name>
<email>gabriel@erlikon.ch</email>
</author>
<published>2025-07-21T18:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=52c18505a0bb34049b147c227f2e5f92ded10384'/>
<id>52c18505a0bb34049b147c227f2e5f92ded10384</id>
<content type='text'>
* gnu/installer/services.scm(system-service) [snippet]: Replace dhcp service.

Change-Id: Ia345704ebcea747b91fd3c357437d2479a5c11c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm(system-service) [snippet]: Replace dhcp service.

Change-Id: Ia345704ebcea747b91fd3c357437d2479a5c11c2
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: installer: Remove enlightenment desktop option.</title>
<updated>2025-06-30T08:41:56+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2025-06-30T05:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=214aa26e5c281473d641fb026d2ad7d3b7515031'/>
<id>214aa26e5c281473d641fb026d2ad7d3b7515031</id>
<content type='text'>
* gnu/installer/services.scm (%system-services): Remove
enlightenment-desktop-service-type.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests):
Remove enlightenment-desktop-service-type.
* etc/manifests/cross-compile.scm (%system-packages): Remove
enlightenment.
* etc/manifests/release.scm (%system-packages): Remove enlightenment.

Change-Id: I79cd8fc13ea0fda5eef72aee783b26edc77dcb5e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/installer/services.scm (%system-services): Remove
enlightenment-desktop-service-type.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests):
Remove enlightenment-desktop-service-type.
* etc/manifests/cross-compile.scm (%system-packages): Remove
enlightenment.
* etc/manifests/release.scm (%system-packages): Remove enlightenment.

Change-Id: I79cd8fc13ea0fda5eef72aee783b26edc77dcb5e
</pre>
</div>
</content>
</entry>
</feed>
