From: Efraim Flashner <efraim@flashner.co.il>
To: Frosku <frosku@frosku.com>
Cc: help-guix@gnu.org
Subject: Re: Remove network-manager-applet?
Date: Thu, 29 Apr 2021 09:49:52 +0300 [thread overview]
Message-ID: <YIpXEDC22B5fx5K+@3900XT> (raw)
In-Reply-To: <CAZMRC5BVGH3.1I8QIV34S0JGA@klugetown>
[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]
On Wed, Apr 28, 2021 at 09:13:55PM +0100, Frosku wrote:
> 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 have the following in my os-config¹
(remove (lambda (service)
(let ((type (service-kind service)))
(or (memq type
(list
gdm-service-type
modem-manager-service-type
network-manager-service-type
ntp-service-type
screen-locker-service-type))
(eq? 'network-manager-applet
(service-type-name type)))))
(modify-services
%desktop-services
....
¹ https://git.sr.ht/~efraim/guix-config/tree/master/3900XT.scm#L144
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-04-29 6:50 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 [this message]
2021-05-01 3:10 ` Joshua Branson
2021-05-01 10:43 ` Frosku
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=YIpXEDC22B5fx5K+@3900XT \
--to=efraim@flashner.co.il \
--cc=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.