diff options
author | EuAndreh <eu@euandre.org> | 2022-11-10 08:01:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-10 08:02:30 -0300 |
commit | 417235cc21fa4fba64c0719fcf6ac42cf1313f49 (patch) | |
tree | 9a6481e61d811358ba8a2c8efcd98f2934c3e774 | |
parent | etc/guix/home.scm: Add "hicolor-icon-theme" package (diff) | |
download | dotfiles-417235cc21fa4fba64c0719fcf6ac42cf1313f49.tar.gz dotfiles-417235cc21fa4fba64c0719fcf6ac42cf1313f49.tar.xz |
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.
-rw-r--r-- | etc/guix/home.scm | 3 | ||||
-rw-r--r-- | etc/guix/system.scm | 2 |
2 files changed, 5 insertions, 0 deletions
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 |