From 417235cc21fa4fba64c0719fcf6ac42cf1313f49 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Nov 2022 08:01:45 -0300 Subject: etc/guix/home.scm: Add Vala and GTK packages Required tools to start developing desktop GUI applications. Also enable the GNOME desktop environment, so that I can test the GTK application in its native environment. --- etc/guix/system.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/guix/system.scm') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 6f784b5..2a1f77c 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -70,6 +70,8 @@ (service docker-service-type) (service libvirt-service-type) (service virtlog-service-type) + (service gnome-desktop-service-type) + (service gnome-keyring-service-type) (service qemu-binfmt-service-type (qemu-binfmt-configuration (platforms -- cgit v1.2.3