env: supply dconf editor only on gnome systems

This commit is contained in:
colin 2022-05-23 17:16:21 -07:00
parent b4ab1d332b
commit 70a685928a

View File

@ -130,12 +130,15 @@
# GUI only
pkgs.clinfo
pkgs.element-desktop
pkgs.gnome.dconf-editor
pkgs.libreoffice-fresh # XXX colin: maybe don't want this on mobile
pkgs.mesa-demos
pkgs.tdesktop
pkgs.vlc
] else [])
++ (if gui == "gnome" then
[
pkgs.gnome.dconf-editor
] else [])
++ (if gui != null && system == "x86_64-linux" then
[
# x86_64 only