Re: How to remove extension 'network-manager-applet' from 'service profile-service-type'

2021-03-06 Thread Joshua Branson
znavko--- via  writes:

> Hello! I use 'xfce-desktop-service-type' in my config.scm
> and xfce service is using 'profile-service-type'.
> Everything was ok while this line not appeared in services/desctop.scm:
>
> 1260:
>  (simple-service 'network-manager-applet
>  profile-service-type
>  (list network-manager-applet))
>
> How can I remove back 'network-manager-applet' extension from 
> profile-service-type
> in my config (in attach)?

Something like this might work:

#+BEGIN_SRC scheme
(use-service-modules
 networking)

(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

>
> PS: I dislike networkmanager for it is buggy and slow.
>
>

--
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



Re: How do I access cl-* system packages in sbcl + emacs + slime/sly?

2021-03-06 Thread Pierre Neidhardt
Hi Kurt,

Install cl-csv, then from a SLIME or SLY REPL you can call

--8<---cut here---start->8---
(asdf:load-system :cl-csv)
--8<---cut here---end--->8---

Try also the comma-commands.

If you install a Guix package after starting your REPL, you can refresh
ASDF paths with

--8<---cut here---start->8---
(asdf:clear-configuration)
--8<---cut here---end--->8---

Hope that helps!

-- 
Pierre Neidhardt
https://ambrevar.xyz/


signature.asc
Description: PGP signature