env: supply dconf editor only on gnome systems
This commit is contained in:
@@ -130,12 +130,15 @@
|
|||||||
# GUI only
|
# GUI only
|
||||||
pkgs.clinfo
|
pkgs.clinfo
|
||||||
pkgs.element-desktop
|
pkgs.element-desktop
|
||||||
pkgs.gnome.dconf-editor
|
|
||||||
pkgs.libreoffice-fresh # XXX colin: maybe don't want this on mobile
|
pkgs.libreoffice-fresh # XXX colin: maybe don't want this on mobile
|
||||||
pkgs.mesa-demos
|
pkgs.mesa-demos
|
||||||
pkgs.tdesktop
|
pkgs.tdesktop
|
||||||
pkgs.vlc
|
pkgs.vlc
|
||||||
] else [])
|
] else [])
|
||||||
|
++ (if gui == "gnome" then
|
||||||
|
[
|
||||||
|
pkgs.gnome.dconf-editor
|
||||||
|
] else [])
|
||||||
++ (if gui != null && system == "x86_64-linux" then
|
++ (if gui != null && system == "x86_64-linux" then
|
||||||
[
|
[
|
||||||
# x86_64 only
|
# x86_64 only
|
||||||
|
Reference in New Issue
Block a user