help-guix
[Top][All Lists]
Advanced

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

Re: Remove network-manager-applet?


From: Frosku
Subject: Re: Remove network-manager-applet?
Date: Sat, 1 May 2021 11:43:11 +0100

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 via email to

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