all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Frosku <frosku@frosku.com>
To: help-guix@gnu.org
Subject: Re: Remove network-manager-applet?
Date: Sat, 1 May 2021 11:43:11 +0100	[thread overview]
Message-ID: <YI0wv2lhR0/qBFWs@cloudsdale> (raw)
In-Reply-To: <87y2cz6tds.fsf@dismail.de>

Thanks,

I ended up removing the service, then adding the single component back.

On Fri, Apr 30, 2021 at 11:10:55PM -0400, Joshua Branson wrote:
> "Frosku" <frosku@frosku.com> writes:
> 
> > I want to remove network-manager-applet from desktop-services to replace
> > it with https://github.com/firecat53/networkmanager-dmenu, but I can't
> > seem to work out how to remove it.
> >
> > Any ideas?
> >
> 
> I think the guix manual has some examples of the "remove" procedure.
> 
> Maybe something like this:
> 
> #+BEGIN_SRC scheme
> (define %my-desktop-services
>       (remove (lambda (service)
>                 (member (service-kind service)
>                         (list
>                          network-manager-service-type
>                          )))
>               %desktop-services))
> 
> (operating-system
>    (services (cons*
>                  %my-desktop-services)))
> #+END_SRC
> 
> >>>= %frosku = { os => 'gnu+linux', editor => 'emacs', coffee => 1 } =<<
> >
> 
> --
> Joshua Branson (joshuaBPMan in #guix)
> Sent from Emacs and Gnus
>   https://gnucode.me
>   https://video.hardlimit.com/accounts/joshua_branson/video-channels
>   https://propernaming.org
>   "You can have whatever you want, as long as you help
> enough other people get what they want." - Zig Ziglar


      reply	other threads:[~2021-05-01 10:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 20:13 Remove network-manager-applet? Frosku
2021-04-29  6:49 ` Efraim Flashner
2021-05-01  3:10 ` Joshua Branson
2021-05-01 10:43   ` Frosku [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YI0wv2lhR0/qBFWs@cloudsdale \
    --to=frosku@frosku.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.