Re: Adding shell commands the .profile with guix home

2024-02-05 Thread Andrew Stubbs
Thanks, this is what I needed. Can we get something like this example added to the manual? I now see that the bash example is similar, but this stuff was really not obvious to me. The "type text-config" is also presented, throughout the manual, entirely without explanation, but maybe that would be

Re: Adding shell commands the .profile with guix home

2024-02-04 Thread Carlo Zancanaro
HI Andrew, On Thu, Feb 01 2024, Andrew Stubbs wrote: > The manual suggests that "home-shell-profile-configuration" is the way > to go, but there's no example given. The home-shell-profile-service-type is the way to go, but due to the way the service is included (as an essential service), you need

Adding shell commands the .profile with guix home

2024-02-04 Thread Andrew Stubbs
Hi, I'm trying to figure out how to run a shell command once on SSH login, but not in nested shells. Traditionally I've simply appended it to .profile, but I want to switch to use guix home and I can't figure out how. (I got my environment variables and arbitrary dot-files done.) The manual sugge