On 09.06.20 14:21, Pierre Neidhardt wrote:
> Hi!
>
> I've defined a minimal GNOME this way:
>
> --8<---------------cut here---------------start------------->8---
> (define-public gnome-minimal
>   (package
>     (inherit gnome)
>     (name "gnome-minimal")
>     (propagated-inputs
>      ;; Keep nautilus.
>      (fold alist-delete (package-propagated-inputs gnome)
>            '("baobab"
>              "cheese"
>              "eog"
>              "epiphany"
>              "evince"
>              "file-roller"
>              "gedit"
>              "gnome-boxes"
>              "gnome-calculator"
>              "gnome-calendar"
>              "gnome-characters"
>              "gnome-clocks"
>              "gnome-contacts"
>              "gnome-disk-utility"
>              "gnome-font-viewer"
>              "gnome-maps"
>              ;; "gnome-music"
>              ;; "gnome-photos"
>              "gnome-screenshot"
>              "gnome-system-monitor"
>              "gnome-terminal"
>              "gnome-weather"
>              "simple-scan"
>              "totem")))))
> --8<---------------cut here---------------end--------------->8---

So this is basically a plain Gnome shell withouth any programms? What is
the use-case for it?

Reply via email to