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 /etc/guix/system.scm | |
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.
Diffstat (limited to 'etc/guix/system.scm')
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |