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/home.scm | 3 +++ etc/guix/system.scm | 2 ++ 2 files changed, 5 insertions(+) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index c2e7d50..d737e3c 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -462,6 +462,7 @@ rust rust:cargo rust:rustfmt + vala sbcl gcl @@ -491,6 +492,8 @@ gash nushell + gtk + st i3status xmessage 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