guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNOME minimal


From: Jonathan Brielmaier
Subject: Re: GNOME minimal
Date: Tue, 9 Jun 2020 14:30:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.9.0

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

[Prev in Thread] Current Thread [Next in Thread]