Hmm, perhaps I have a messed up configuration somehow.

A snippet of my /etc/config.scm:

    ;; Below is the list of system services.  To search for available
     ;; services, run 'guix system search KEYWORD' in a terminal.
     (services
      (cons*
       (service plasma-desktop-service-type)
       [...]

`guix system search plasma` just returns plasma-desktop.

I would like having that service to install for me plasma-integration.
As far as I can tell, it does not.  As far as I can tell, it does not,
and I need to define my own list of kde packages to install, among them
plasma-integration:

    (define kde-packages
      (list ark bluedevil bluez-qt filelight gwenview kate kcalc kdeconnect 
kde-gtk-config okular plasma-pa plasma-integration kded dolphin))


I will try to guix system reconfigure without plasma-integration in
kde-packages to see if it is installed.  Maybe I'm just out of date or
something.


Reply via email to