Re: how to remove '"awesome"

2022-07-21 Thread (
On Thu Jul 21, 2022 at 4:58 PM BST, Gottfried wrote: > (packages > (append >(list (specification->package "nss-certs")) >%base-packages)) Exactly :) -- (

Re: how to remove '"awesome"

2022-07-21 Thread Gottfried
Hi, I found it in packages: (packages (append (list (specification->package "awesome") (specification->package "nss-certs")) %base-packages)) So should I make it like that: (packages (append (list (specification->package "nss-certs"))

Re: how to remove '"awesome"

2022-07-21 Thread (
On Thu Jul 21, 2022 at 2:41 PM BST, Gottfried wrote: > How can I remove it, because it's not a package I can remove with > guix remove awesome. Packages that you have installed by default will be in your system configuration; /etc/config.scm. You should be able to remove it from there. I'm not

how to remove '"awesome"

2022-07-21 Thread Gottfried
Hi Guixers, When I installed Guix System, I also installed the Desktop "awesome". It is not in my packages installed, but in gfp@Tuxedo ~$ which awesome /run/current-system/profile/bin/awesome I guess. I don't need it. How can I remove it, because it's not a package I can remove with guix