dconf-editor: enable on non-gnome guis

This commit is contained in:
colin 2022-05-30 22:38:24 -07:00
parent 1655278b6c
commit 2fb929c775

View File

@ -221,6 +221,7 @@
[
# GUI only
pkgs.clinfo
pkgs.gnome.dconf-editor
pkgs.element-desktop # broken on phosh
pkgs.evince # works on phosh
pkgs.gimp # broken on phosh
@ -230,13 +231,9 @@
pkgs.libreoffice-fresh # XXX colin: maybe don't want this on mobile
pkgs.mesa-demos
pkgs.tdesktop # broken on phosh
pkgs.vlc # broken on phosh
pkgs.vlc # works on phosh
pkgs.xterm # broken on phosh
] else [])
++ (if gui == "gnome" then
[
pkgs.gnome.dconf-editor
] else [])
++ (if gui != null && system == "x86_64-linux" then
[
# x86_64 only