Re: Guix home, guix system, channels, some noob questions

2022-05-17 Thread Daniel Meißner
Hi Guix, Sébastien Rey-Coyrehourcq writes: > Thanks, > > I made some test on my own to understand : > > 1 - Like you say, installing things with *guix install* is for current > user (for example *firefox* and *sshpass*) > > 2 - Adding a package that don't exist to * myhome.scm* and reconfigure >

Re: Why Emacs is echoing message for each installed Emacs package while startup

2022-05-17 Thread Akib Azmain Turja
zimoun writes: > Hi, > > On Mon, 16 May 2022 at 22:31, Akib Azmain Turja wrote: > >> Because those message appear in echo area during startup, which is very >> annoying to me. As far as I know, no Emacs package manager does this. > > I understand. Although, in my case, it is too fast to be ann

Re: Guix home, guix system, channels, some noob questions

2022-05-17 Thread Sébastien Rey-Coyrehourcq
Le 17/05/2022 à 09:26, Daniel Meißner a écrit : Hi Guix, Sébastien Rey-Coyrehourcq writes: Thanks, I made some test on my own to understand : 1 - Like you say, installing things with *guix install* is for current user (for example *firefox* and *sshpass*) 2 - Adding a package that don't ex

Re: Guix home, guix system, channels, some noob questions

2022-05-17 Thread Daniel Meißner
Hi Sébastien, Sébastien Rey-Coyrehourcq writes: > Thanks Daniel, > > So if i understand well, in the common use case, if you install guix > home and use it in parallel with guix install, these profile are > "cumulative", > software installed are available no matter how I set them up (guix > inst

Re: Guix home, guix system, channels, some noob questions

2022-05-17 Thread Sébastien Rey-Coyrehourcq
Le 17/05/2022 à 10:57, Daniel Meißner a écrit : Hi Sébastien, Sébastien Rey-Coyrehourcq writes: Thanks Daniel, So if i understand well, in the common use case, if you install guix home and use it in parallel with guix install, these profile are "cumulative", software installed are available

Re: Guix home, guix system, channels, some noob questions

2022-05-17 Thread Daniel Meißner
Sébastien Rey-Coyrehourcq writes: > If you have some example of guix home profile that use dotfile manager > i'm interested :) > I'm planned to use chezmoi with pass (https://www.chezmoi.io/) in go > that use git to version file. IIUC you can use Guix home directly and dispense with chezmoi. How

Re: Why does setting a language in Grub take 1.5 minutes?

2022-05-17 Thread Katherine Cox-Buday
Olivier Dion writes: > On Sun, 15 May 2022, Katherine Cox-Buday wrote: >> At some point, after a long time with no problems, my system began >> taking an unreasonably long time to boot. I only reboot my system >> ~1/week for updates, so I never took the time to debug the problem, >> and therefor

Re: Guix home, guix system, channels, some noob questions

2022-05-17 Thread Sébastien Rey-Coyrehourcq
Le 17/05/2022 à 12:15, Daniel Meißner a écrit : Sébastien Rey-Coyrehourcq writes: If you have some example of guix home profile that use dotfile manager i'm interested :) I'm planned to use chezmoi with pass (https://www.chezmoi.io/) in go that use git to version file. IIUC you can use Guix h

Re: Why Emacs is echoing message for each installed Emacs package while startup

2022-05-17 Thread zimoun
Hi, On Tue, 17 May 2022 at 14:00, Akib Azmain Turja wrote: > I used to have more than hundred Emacs packages managed by Guix. But > the startup time was more than 5 seconds. Then to switched package.el, > and the startup time decreased to less than 1.5 seconds. I'm not sure > why this happene