Re: guix + fish shell help

2023-10-26 Thread Unstable Horse
On Sun, 2023-10-22 at 19:51 -0700, Alexis Simon wrote: > If people could let me know how they've managed to set up fish > properly > with guix this would be great. I use fish as my login shell on GuixSD and this is my config.fish: --8<---cut here---start->8--

Re: Whta is the significance of ~/.cache/guix/profiles?

2023-07-02 Thread Unstable Horse
On Thu, 2023-06-29 at 02:47 +0200, Csepp wrote: > Just guessing based on a quick check of the contents of it on my > machine: probably serves as a cache of guix shell profiles. That checks out, I did use guix shell a few times. On Thu, 2023-06-29 at 10:31 +0200, wolf wrote: > The links serve as

Re: How to run a script on system shutdown/reboot

2023-07-02 Thread Unstable Horse
On Sat, 2023-07-01 at 14:54 +0530, James Thomas wrote: > What I'd gleaned when I looked into this a while ago: > > These functions are in elogind, whose hook directories are: > > (PKGSYSCONFDIR = PREFIX/etc/elogind)/system-shutdown > (rootlibexecdir = (rootprefixdir = PREFIX)/lib/elogind)/system-

Whta is the significance of ~/.cache/guix/profiles?

2023-06-28 Thread Unstable Horse
Good day, people. I'm trying to GC my system for the first time, and after running this command: guix gc --list-roots | sort -u Among the expected roots such as guix-profile-*-link and  current-guix-*-link I also see dozens of lines like this one: /home/user/.cache/guix/profiles/wjel4twocqc

How to run a script on system shutdown/reboot

2023-06-25 Thread Unstable Horse via
Good day, people. I am browsing the shepherd's info docs, and I can't seem to find a way to run something right after either reboot, or halt were invoked. Something that is usually achieved by sticking a script into /etc/rc0.d in classical init systems, or /usr/lib/systemd/system-shutdown in syste